Module barter_data::subscription
source · Expand description
Types that communicate the type of each MarketStream to initialise, and what normalised
Barter output type the exchange will be transformed into.
Modules§
- OrderBook
SubscriptionKinds and the associated Barter output data models. - Candle
SubscriptionKindand the associated Barter output data model. - Liquidation
SubscriptionKindand the associated Barter output data model. - Public trade
SubscriptionKindand the associated Barter output data model.
Structs§
- Metadata generated from a collection of Barter
Subscriptions, including the exchange specific subscription payloads that are sent to the exchange.
Enums§
Traits§
- Defines the type of a
Subscription, and the outputSelf::Eventthat it yields.