dxFeed .Net API  5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
Properties
com.dxfeed.api.events.IDxTrade Interface 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.api.events.IDxTrade:
[legend]
Collaboration diagram for com.dxfeed.api.events.IDxTrade:
[legend]

Properties

double Change [get]
 Returns price change of the last trade, if available. More...
 
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.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

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

◆ Change

double com.dxfeed.api.events.IDxTrade.Change
get

Returns price change of the last trade, if available.

◆ Tick

int com.dxfeed.api.events.IDxTrade.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 interface was generated from the following file: