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 = new() [get, set] |
| | Gets or sets the list of individual ticks (MarketDataArg) included in the cumulative trade.
|
| |
| MarketDataArg | PreviousAsk = null! [get, set] |
| | Gets or sets the best ask before the trade.
|
| |
| MarketDataArg | PreviousBid = null! [get, set] |
| | Gets or sets the best bid before the trade.
|
| |
| MarketDataArg | NewAsk = null! [get, set] |
| | Gets or sets the best ask after the trade.
|
| |
| MarketDataArg | NewBid = null! [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
| MarketDataArg ATAS.Indicators.CumulativeTrade.PreviousAsk = null! |
|
getset |
Gets or sets the best ask before the trade.
◆ PreviousBid
| MarketDataArg ATAS.Indicators.CumulativeTrade.PreviousBid = null! |
|
getset |
Gets or sets the best bid before the trade.
◆ Ticks
| List<MarketDataArg> ATAS.Indicators.CumulativeTrade.Ticks = new() |
|
getset |
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: