Represents a cumulative trade, which is a trade that includes multiple prints or executions.
More...
|
| override string | ToString () |
| | Returns a string representation of the CumulativeTrade object.
|
| |
|
| decimal | FirstPrice [get, set] |
| | Gets or sets the first price of the trade.
|
| |
| decimal | Lastprice [get, set] |
| | Gets or sets the last price of the trade.
|
| |
| decimal | Volume [get, set] |
| | Gets or sets the cumulative volume of the trade.
|
| |
| DateTime | Time [get, set] |
| | Gets or sets the time of the trade.
|
| |
| TradeDirection | Direction [get, set] |
| | Gets or sets the trade direction (Buy or Sell).
|
| |
| List< MarketDataArg > | Ticks [get, set] |
| | Gets or sets the list of individual ticks (MarketDataArg) included in the cumulative trade.
|
| |
| MarketDataArg | PreviousAsk [get, set] |
| | Gets or sets the best ask before the trade.
|
| |
| MarketDataArg | PreviousBid [get, set] |
| | Gets or sets the best bid before the trade.
|
| |
| MarketDataArg | NewAsk [get, set] |
| | Gets or sets the best ask after the trade.
|
| |
| MarketDataArg | NewBid [get, set] |
| | Gets or sets the best bid after the trade.
|
| |
Represents a cumulative trade, which is a trade that includes multiple prints or executions.
◆ ToString()
| override string ATAS.Indicators.CumulativeTrade.ToString |
( |
| ) |
|
Returns a string representation of the CumulativeTrade object.
- Returns
- A string containing the trade information.
◆ Direction
Gets or sets the trade direction (Buy or Sell).
◆ FirstPrice
| decimal ATAS.Indicators.CumulativeTrade.FirstPrice |
|
getset |
Gets or sets the first price of the trade.
◆ Lastprice
| decimal ATAS.Indicators.CumulativeTrade.Lastprice |
|
getset |
Gets or sets the last price of the trade.
◆ NewAsk
Gets or sets the best ask after the trade.
◆ NewBid
Gets or sets the best bid after the trade.
◆ PreviousAsk
Gets or sets the best ask before the trade.
◆ PreviousBid
Gets or sets the best bid before the trade.
◆ Ticks
Gets or sets the list of individual ticks (MarketDataArg) included in the cumulative trade.
◆ Time
| DateTime ATAS.Indicators.CumulativeTrade.Time |
|
getset |
Gets or sets the time of the trade.
◆ Volume
| decimal ATAS.Indicators.CumulativeTrade.Volume |
|
getset |
Gets or sets the cumulative volume of the trade.
The documentation for this class was generated from the following file: