dxFeed .Net API  5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.api.events.IDxTradeETH Interface Reference

TradeETH event is a snapshot of the price and size of the last trade during extended trading hours and the extended hours day volume. 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. More...

Inheritance diagram for com.dxfeed.api.events.IDxTradeETH:
[legend]
Collaboration diagram for com.dxfeed.api.events.IDxTradeETH:
[legend]

Additional Inherited Members

- Properties inherited from com.dxfeed.api.events.IDxTradeBase
DateTime Time [get]
 Returns time of the last trade. This time has precision up to milliseconds. More...
 
int Sequence [get]
 Returns sequence number of the last trade to distinguish trades that have the same time. This sequence number does not have to be unique and does not need to be sequential. More...
 
int TimeNanoPart [get]
 Returns microseconds and nanoseconds time part of the last trade. More...
 
char ExchangeCode [get]
 Returns exchange code of the last trade. More...
 
double Price [get]
 Returns price of the last trade. More...
 
long Size [get]
 Returns size of the last trade. More...
 
double DayVolume [get]
 Returns total volume traded for a day. More...
 
double DayTurnover [get]
 Returns total turnover traded for a day. Day VWAP can be computed with getDayTurnover() / getDayVolume}(). More...
 
Direction TickDirection [get]
 Returns tick direction of the last trade. More...
 
bool IsExtendedTradingHours [get]
 Returns whether last trade was in extended trading hours. More...
 
int RawFlags [get]
 Returns implementation-specific raw bit flags value More...
 
Scope Scope [get]
 Returns whether last trade was a composite or regional (other constants are not used here). More...
 

Detailed Description

TradeETH event is a snapshot of the price and size of the last trade during extended trading hours and the extended hours day volume. 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.


The documentation for this interface was generated from the following file: