Represents a market depth entry. More...
Public Member Functions | |
| MarketDepth () | |
| Initializes a new instance of the MarketDepth class. | |
| IMarketDepth | Clone () |
Creates a new instance of the IMarketDepth interface that is a copy of the current instance.
| |
| override string | ToString () |
| Returns a string representation of the market depth entry. | |
| IMarketDepth | Clone () |
| Creates a new instance of the IMarketDepth interface that is a copy of the current instance. | |
Properties | |
| EntityType | EntityType [get] |
| Gets the entity type, which is EntityType.MarketDepth. | |
| string | ECN [get, set] |
| Gets or sets the Electronic Communication Network (ECN) associated with the market depth entry. | |
| 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. | |
| int | OrdersCount [get, set] |
| Gets or sets the number of orders at the market depth entry. | |
| DateTime | Time [get, set] |
| Gets or sets the date and time of the market depth entry. | |
| MarketDataType | Type [get, set] |
| Gets or sets the market data type of the market depth entry. | |
| Security | Security [get, set] |
| Gets or sets the security associated with 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. | |
Properties inherited from ATAS.DataFeedsCore.IEntity | |
| EntityType | EntityType [get] |
| Gets the type of the entity. | |
Properties inherited from ATAS.DataFeedsCore.IMarketDepth | |
| 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.
| ATAS.DataFeedsCore.MarketDepth.MarketDepth | ( | ) |
Initializes a new instance of the MarketDepth class.
| IMarketDepth ATAS.DataFeedsCore.MarketDepth.Clone | ( | ) |
Creates a new instance of the IMarketDepth interface that is a copy of the current instance.
Implements ATAS.DataFeedsCore.IMarketDepth.
| override string ATAS.DataFeedsCore.MarketDepth.ToString | ( | ) |
Returns a string representation of the market depth entry.
|
getset |
Gets or sets the Electronic Communication Network (ECN) associated with the market depth entry.
|
get |
Gets the entity type, which is EntityType.MarketDepth.
Implements ATAS.DataFeedsCore.IEntity.
|
get |
Gets a value indicating whether the market depth entry represents an ask (sell) order.
Implements ATAS.DataFeedsCore.IMarketDepth.
|
get |
Gets a value indicating whether the market depth entry represents a bid (buy) order.
Implements ATAS.DataFeedsCore.IMarketDepth.
|
getset |
Gets or sets the number of orders at the market depth entry.
|
getset |
Gets or sets the price of the market depth entry.
Implements ATAS.DataFeedsCore.IMarketDepth.
|
getset |
Gets or sets the security associated with the market depth entry.
|
getset |
Gets or sets the date and time of the market depth entry.
Implements ATAS.DataFeedsCore.IMarketDepth.
|
getset |
Gets or sets the market data type of the market depth entry.
Implements ATAS.DataFeedsCore.IMarketDepth.
|
getset |
Gets or sets the volume of the market depth entry.
Implements ATAS.DataFeedsCore.IMarketDepth.