ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.CumulativeTrade Class Reference

Represents a cumulative trade, which is a trade that includes multiple prints or executions. More...

Public Member Functions

override string ToString ()
 Returns a string representation of the CumulativeTrade object.
 

Properties

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< MarketDataArgTicks [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.
 

Detailed Description

Represents a cumulative trade, which is a trade that includes multiple prints or executions.

Member Function Documentation

◆ ToString()

override string ATAS.Indicators.CumulativeTrade.ToString ( )

Returns a string representation of the CumulativeTrade object.

Returns
A string containing the trade information.

Property Documentation

◆ Direction

TradeDirection ATAS.Indicators.CumulativeTrade.Direction
getset

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

MarketDataArg ATAS.Indicators.CumulativeTrade.NewAsk
getset

Gets or sets the best ask after the trade.

◆ NewBid

MarketDataArg ATAS.Indicators.CumulativeTrade.NewBid
getset

Gets or sets the best bid after the trade.

◆ PreviousAsk

MarketDataArg ATAS.Indicators.CumulativeTrade.PreviousAsk
getset

Gets or sets the best ask before the trade.

◆ PreviousBid

MarketDataArg ATAS.Indicators.CumulativeTrade.PreviousBid
getset

Gets or sets the best bid before the trade.

◆ Ticks

List<MarketDataArg> ATAS.Indicators.CumulativeTrade.Ticks
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: