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
SubKinds and the associated Barter output data models. - Candle
SubKindand the associated Barter output data model. - Liquidation
SubKindand the associated Barter output data model. - Public trade
SubKindand 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.
Traits
- Defines the type of a
Subscription, and the outputSelf::Eventthat it yields.