Enum StreamMarketUpdateResponseV1.Types.StreamMarketUpdateType
StreamMarketUpdateType is event category for a market update.
Namespace: KaikoSdk.Stream.MarketUpdateV1
Assembly: KaikoSdk.dll
Syntax
public enum StreamMarketUpdateType : int
Fields
Name | Description |
---|---|
BestAsk | BEST_ASK type. |
BestBid | BEST_BID type. |
ForceSnapshot | FORCE_SNAPSHOT type. Internal use only. |
Snapshot | SNAPSHOT type. |
TradeBuy | TRADE_BUY type. |
TradeSell | TRADE_SELL type. |
TradeUnknown | TRADE_UNKNOWN type. |
Unknown | Unknown type. |
UpdatedAsk | UPDATED_ASK type. |
UpdatedBid | UPDATED_BID type. |