Represents a data point in the market.
More...
|
| MarketDataArg () |
| Initializes a new instance of the MarketDataArg class.
|
|
|
decimal | Price [get, set] |
| Price of the market data.
|
|
decimal | OriginPrice [get, set] |
| Original, not scaled price of the market data.
|
|
decimal | Volume [get, set] |
| Volume associated with the market data.
|
|
DateTime | Time [get, set] |
| Time at which the market data occurred.
|
|
TradeDirection | Direction [get, set] |
| Trade direction of the market data (Buy, Sell, or Between).
|
|
MarketDataType | DataType [get, set] |
| Type of the market data (Bid, Ask, or Trade).
|
|
decimal | OpenInterest [get, set] |
| Open interest associated with the market data.
|
|
bool | IsAsk [get] |
| Gets a value indicating whether the market data is of type Ask.
|
|
bool | IsBid [get] |
| Gets a value indicating whether the market data is of type Bid.
|
|
long? | AggressorExchangeOrderId [get, set] |
| Gets or sets the aggressor exchange order id (see the MarketByOrder.ExchangeOrderId property) associated with this trade.
|
|
long? | ExchangeOrderId [get, set] |
| Gets or sets the exchange order id (see the MarketByOrder.ExchangeOrderId property) associated with this trade.
|
|
EntityType | EntityType [get] |
| Gets the type of the entity.
|
|
Represents a data point in the market.
◆ MarketDataArg()
ATAS.Indicators.MarketDataArg.MarketDataArg |
( |
| ) |
|
Initializes a new instance of the MarketDataArg class.
◆ AggressorExchangeOrderId
long? ATAS.Indicators.MarketDataArg.AggressorExchangeOrderId |
|
getset |
Gets or sets the aggressor exchange order id (see the MarketByOrder.ExchangeOrderId property) associated with this trade.
◆ DataType
Type of the market data (Bid, Ask, or Trade).
◆ Direction
Trade direction of the market data (Buy, Sell, or Between).
◆ ExchangeOrderId
long? ATAS.Indicators.MarketDataArg.ExchangeOrderId |
|
getset |
Gets or sets the exchange order id (see the MarketByOrder.ExchangeOrderId property) associated with this trade.
◆ IsAsk
bool ATAS.Indicators.MarketDataArg.IsAsk |
|
get |
Gets a value indicating whether the market data is of type Ask.
◆ IsBid
bool ATAS.Indicators.MarketDataArg.IsBid |
|
get |
Gets a value indicating whether the market data is of type Bid.
◆ OpenInterest
decimal ATAS.Indicators.MarketDataArg.OpenInterest |
|
getset |
Open interest associated with the market data.
◆ OriginPrice
decimal ATAS.Indicators.MarketDataArg.OriginPrice |
|
getset |
Original, not scaled price of the market data.
◆ Price
decimal ATAS.Indicators.MarketDataArg.Price |
|
getset |
Price of the market data.
◆ Time
DateTime ATAS.Indicators.MarketDataArg.Time |
|
getset |
Time at which the market data occurred.
◆ Volume
decimal ATAS.Indicators.MarketDataArg.Volume |
|
getset |
Volume associated with the market data.
The documentation for this class was generated from the following file: