ATAS
|
Represents a market depth entry. More...
Public Member Functions | |
IMarketDepth | Clone () |
Creates a new instance of the IMarketDepth interface that is a copy of the current instance. | |
Properties | |
DateTime | Time [get, set] |
Gets or sets the date and time of the market depth entry. | |
int | Type [get, set] |
Gets or sets the type of the market depth entry. This property is used to distinguish different types of orders or market depth information. | |
decimal | Price [get, set] |
Gets or sets the price of the market depth entry. | |
decimal | Volume [get, set] |
Gets or sets the volume of the market depth entry. | |
bool | IsAsk [get] |
Gets a value indicating whether the market depth entry represents an ask (sell) order. | |
bool | IsBid [get] |
Gets a value indicating whether the market depth entry represents a bid (buy) order. | |
Represents a market depth entry.
This interface exists only to implement generic DomManager because it could be used with old and new MarketData classes.
IMarketDepth ATAS.DataFeedsCore.IMarketDepth.Clone | ( | ) |
Creates a new instance of the IMarketDepth interface that is a copy of the current instance.
Implemented in ATAS.DataFeedsCore.MarketDepth.
|
get |
Gets a value indicating whether the market depth entry represents an ask (sell) order.
Implemented in ATAS.DataFeedsCore.MarketDepth.
|
get |
Gets a value indicating whether the market depth entry represents a bid (buy) order.
Implemented in ATAS.DataFeedsCore.MarketDepth.
|
getset |
Gets or sets the price of the market depth entry.
Implemented in ATAS.DataFeedsCore.MarketDepth.
|
getset |
Gets or sets the date and time of the market depth entry.
Implemented in ATAS.DataFeedsCore.MarketDepth.
|
getset |
Gets or sets the type of the market depth entry. This property is used to distinguish different types of orders or market depth information.
Implemented in ATAS.DataFeedsCore.MarketDepth.
|
getset |
Gets or sets the volume of the market depth entry.
Implemented in ATAS.DataFeedsCore.MarketDepth.