ATAS
|
Interface for providing market depth information. More...
Public Member Functions | |
IEnumerable< MarketDataArg > | GetMarketDepthSnapshot () |
Gets a snapshot of the market depth data at the moment of request. | |
Properties | |
decimal | CumulativeDomAsks [get] |
Gets the cumulative sum of the ask volumes in the DOM (Depth of Market). | |
decimal | CumulativeDomBids [get] |
Gets the cumulative sum of the bid volumes in the DOM (Depth of Market). | |
Interface for providing market depth information.
IEnumerable< MarketDataArg > ATAS.Indicators.IMarketDepthInfoProvider.GetMarketDepthSnapshot | ( | ) |
Gets a snapshot of the market depth data at the moment of request.
Implemented in ATAS.Indicators.MarketDepthInfoProvider.
|
get |
Gets the cumulative sum of the ask volumes in the DOM (Depth of Market).
Implemented in ATAS.Indicators.MarketDepthInfoProvider.
|
get |
Gets the cumulative sum of the bid volumes in the DOM (Depth of Market).
Implemented in ATAS.Indicators.MarketDepthInfoProvider.