dxFeed .Net API  5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions | Package Functions
com.dxfeed.native.events.NativeTradeETH Class 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.native.events.NativeTradeETH:
[legend]
Collaboration diagram for com.dxfeed.native.events.NativeTradeETH:
[legend]

Public Member Functions

override object Clone ()
 
override string ToString ()
 
- Public Member Functions inherited from com.dxfeed.native.events.NativeTradeBase
override string ToString ()
 

Package Functions

unsafe NativeTradeETH (DxTrade *trade, string symbol)
 Creates new trade with the specified event symbol. More...
 
 NativeTradeETH (IDxTradeETH trade)
 Creates copy of trade object. More...
 
- Package Functions inherited from com.dxfeed.native.events.NativeTradeBase
unsafe NativeTradeBase (DxTrade *tradeNative, string symbol)
 Creates new trade with the specified event symbol. More...
 
 NativeTradeBase (IDxTradeBase trade)
 Creates copy of trade object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from com.dxfeed.native.events.MarketEventImpl
 MarketEventImpl (string symbol)
 Protected constructor for concrete implementation classes that initializes EventSymbol property. More...
 
- Properties inherited from com.dxfeed.native.events.NativeTradeBase
DateTime Time [get, set]
 Returns time of the last trade. This time has precision up to milliseconds. More...
 
int Sequence [get, set]
 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, set]
 Returns microseconds and nanoseconds time part of the last trade. More...
 
char ExchangeCode [get, set]
 Returns exchange code of the last trade. More...
 
double Price [get, set]
 Returns price of the last trade. More...
 
long Size [get, set]
 Returns size of the last trade. More...
 
double DayVolume [get, set]
 Returns total volume traded for a day. More...
 
double DayTurnover [get, set]
 Returns total turnover traded for a day. Day VWAP can be computed with getDayTurnover() / getDayVolume}(). More...
 
Direction TickDirection [get, set]
 Returns tick direction of the last trade. More...
 
bool IsExtendedTradingHours [get, set]
 Returns whether last trade was in extended trading hours. More...
 
Scope Scope [get, set]
 Returns whether last trade was a composite or regional (other constants are not used here). More...
 
int RawFlags [get, set]
 Returns implementation-specific raw bit flags value More...
 
- Properties inherited from com.dxfeed.native.events.MarketEventImpl
string EventSymbol [get, private set]
 Returns symbol of this event. More...
 
object IDxEventType. EventSymbol [get]
 
- 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.

Constructor & Destructor Documentation

◆ NativeTradeETH() [1/2]

unsafe com.dxfeed.native.events.NativeTradeETH.NativeTradeETH ( DxTrade trade,
string  symbol 
)
inlinepackage

Creates new trade with the specified event symbol.

Parameters
tradeNative DxTrade object.
symbolThe event symbol.

◆ NativeTradeETH() [2/2]

com.dxfeed.native.events.NativeTradeETH.NativeTradeETH ( IDxTradeETH  trade)
inlinepackage

Creates copy of trade object.

Parameters
tradeThe IDxTrade object.

Member Function Documentation

◆ Clone()

override object com.dxfeed.native.events.NativeTradeETH.Clone ( )
inlinevirtual

◆ ToString()

override string com.dxfeed.native.events.NativeTradeETH.ToString ( )
inline

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