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 SubKind and the associated Barter output data model.
Liquidation SubKind and the associated Barter output data model.
Public trade SubKind and the associated Barter output data model.

Structs

New typeHashMap that maps a SubscriptionId to some associated type T.
Barter Subscription used to subscribe to a SubKind for a particular exchange Instrument.
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 output Self::Event that it yields.