Enum PriceSubscriptionType
Values that represent price subscription types.
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public enum PriceSubscriptionType
Fields
Name | Description |
---|---|
DetailedDepth | An enum constant representing the detailed depth option. Note: Detailed depth subscription implies a market depth subscription and will consume more memory to store the detailed depth data. |
InsideMarket | An enum constant representing the inside market option. |
MarketDepth | An enum constant representing the market depth option. |
None | An enum constant representing the none option. |
TradeData | An enum constant representing the none option. |