Class TradeETH
TradeETH event is a snapshot of the price and size of the last trade during
extended trading hours and the extended trading hours day volume and day turnover.
This event is defined only for symbols (typically stocks and ETFs) with a designated
extended trading hours (ETH, pre market and post market trading sessions).
It represents the most recent information that is available about
ETH last trade on the market at any given moment of time.
For more details see Javadoc.
[EventCode(EventCodeNative.TradeETH)]
public class TradeETH : TradeBase, ILastingEvent, IEventType
- Inheritance
-
TradeETH
- Implements
- Inherited Members
Constructors
TradeETH()
Initializes a new instance of the TradeETH class.
public TradeETH()
TradeETH(string?)
Initializes a new instance of the TradeETH class with the specified event symbol.
public TradeETH(string? eventSymbol)
Parameters
eventSymbol
stringThe specified event symbol.
Methods
ToString()
Returns string representation of this trade event.
public override string ToString()
Returns
- string
The string representation.