dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.native.events.NativeTrade Class Reference

Trade event is a snapshot of the price and size of the last trade during regular trading hours and an overall day volume. It represents the most recent information that is available about the regular last trade price on the market at any given moment of time. More...

Inheritance diagram for com.dxfeed.native.events.NativeTrade:
[legend]
Collaboration diagram for com.dxfeed.native.events.NativeTrade:
[legend]

Public Member Functions

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

Properties

int Tick [get]
 Returns Trend indicator – in which direction price is moving. The values are: Up (Tick = 1), Down (Tick = 2), and Undefined (Tick = 0). Should be used if IDxTradeBase.TickDirection is Undefined 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 Change [get, set]
 Returns price change of the last trade, if available. More...
 
int DayId [get, set]
 Returns identifier of the day that this event represents. Identifier of the day is the number of days passed since January 1, 1970. 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]
 Returns symbol of this event. More...
 
- 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 Change [get]
 Returns price change of the last trade, if available. More...
 
int DayId [get]
 Returns identifier of the day that this event represents. Identifier of the day is the number of days passed since January 1, 1970. 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...
 
- Properties inherited from com.dxfeed.api.events.IDxTrade
int Tick [get]
 Returns Trend indicator – in which direction price is moving. The values are: Up (Tick = 1), Down (Tick = 2), and Undefined (Tick = 0). Should be used if IDxTradeBase.TickDirection is Undefined 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...
 

Detailed Description

Trade event is a snapshot of the price and size of the last trade during regular trading hours and an overall day volume. It represents the most recent information that is available about the regular last trade price on the market at any given moment of time.

Property Documentation

◆ Tick

int com.dxfeed.native.events.NativeTrade.Tick
get

Returns Trend indicator – in which direction price is moving. The values are: Up (Tick = 1), Down (Tick = 2), and Undefined (Tick = 0). Should be used if IDxTradeBase.TickDirection is Undefined


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