dxFeed .Net API  5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions | Package Functions | Properties
com.dxfeed.native.events.NativeSummary Class Reference

Summary information snapshot about the trading session including session highs, lows, etc. It represents the most recent information that is available about the trading session in the market at any given moment of time. More...

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

Public Member Functions

override string ToString ()
 
override object Clone ()
 

Package Functions

unsafe NativeSummary (DxSummary *s, string symbol)
 
 NativeSummary (IDxSummary summary)
 

Properties

int DayId [get, private set]
 Returns identifier of the day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970. More...
 
double DayOpenPrice [get, private set]
 Returns the first (open) price for the day. More...
 
double DayHighPrice [get, private set]
 Returns the maximal (high) price for the day. More...
 
double DayLowPrice [get, private set]
 Returns the minimal (low) price for the day. More...
 
double DayClosePrice [get, private set]
 Returns the last (close) price for the day. More...
 
PriceType DayClosePriceType [get, private set]
 Returns the price type of the last (close) price for the day. More...
 
int PrevDayId [get, private set]
 Returns identifier of the previous day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970. More...
 
double PrevDayClosePrice [get, private set]
 Returns the last (close) price for the previous day. More...
 
PriceType PrevDayClosePriceType [get, private set]
 Returns the price type of the last (close) price for the previous day. More...
 
double PrevDayVolume [get, private set]
 Returns total volume traded for the previous day. More...
 
long OpenInterest [get, private set]
 Returns open interest of the symbol as the number of open contracts. More...
 
char ExchangeCode [get, private set]
 Returns exchange code More...
 
int RawFlags [get, private 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.IDxSummary
int DayId [get]
 Returns identifier of the day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970. More...
 
double DayOpenPrice [get]
 Returns the first (open) price for the day. More...
 
double DayHighPrice [get]
 Returns the maximal (high) price for the day. More...
 
double DayLowPrice [get]
 Returns the minimal (low) price for the day. More...
 
double DayClosePrice [get]
 Returns the last (close) price for the day. More...
 
PriceType DayClosePriceType [get]
 Returns the price type of the last (close) price for the day. More...
 
int PrevDayId [get]
 Returns identifier of the previous day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970. More...
 
double PrevDayClosePrice [get]
 Returns the last (close) price for the previous day. More...
 
PriceType PrevDayClosePriceType [get]
 Returns the price type of the last (close) price for the previous day. More...
 
double PrevDayVolume [get]
 Returns total volume traded for the previous day. More...
 
long OpenInterest [get]
 Returns open interest of the symbol as the number of open contracts. More...
 
char ExchangeCode [get]
 Returns exchange code More...
 
int RawFlags [get]
 Returns implementation-specific raw bit flags value 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

Summary information snapshot about the trading session including session highs, lows, etc. It represents the most recent information that is available about the trading session in the market at any given moment of time.

Constructor & Destructor Documentation

◆ NativeSummary() [1/2]

unsafe com.dxfeed.native.events.NativeSummary.NativeSummary ( DxSummary s,
string  symbol 
)
inlinepackage

◆ NativeSummary() [2/2]

com.dxfeed.native.events.NativeSummary.NativeSummary ( IDxSummary  summary)
inlinepackage

Member Function Documentation

◆ Clone()

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

◆ ToString()

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

Property Documentation

◆ DayClosePrice

double com.dxfeed.native.events.NativeSummary.DayClosePrice
getprivate set

Returns the last (close) price for the day.

◆ DayClosePriceType

PriceType com.dxfeed.native.events.NativeSummary.DayClosePriceType
getprivate set

Returns the price type of the last (close) price for the day.

◆ DayHighPrice

double com.dxfeed.native.events.NativeSummary.DayHighPrice
getprivate set

Returns the maximal (high) price for the day.

◆ DayId

int com.dxfeed.native.events.NativeSummary.DayId
getprivate set

Returns identifier of the day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970.

◆ DayLowPrice

double com.dxfeed.native.events.NativeSummary.DayLowPrice
getprivate set

Returns the minimal (low) price for the day.

◆ DayOpenPrice

double com.dxfeed.native.events.NativeSummary.DayOpenPrice
getprivate set

Returns the first (open) price for the day.

◆ ExchangeCode

char com.dxfeed.native.events.NativeSummary.ExchangeCode
getprivate set

Returns exchange code

◆ OpenInterest

long com.dxfeed.native.events.NativeSummary.OpenInterest
getprivate set

Returns open interest of the symbol as the number of open contracts.

◆ PrevDayClosePrice

double com.dxfeed.native.events.NativeSummary.PrevDayClosePrice
getprivate set

Returns the last (close) price for the previous day.

◆ PrevDayClosePriceType

PriceType com.dxfeed.native.events.NativeSummary.PrevDayClosePriceType
getprivate set

Returns the price type of the last (close) price for the previous day.

◆ PrevDayId

int com.dxfeed.native.events.NativeSummary.PrevDayId
getprivate set

Returns identifier of the previous day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970.

◆ PrevDayVolume

double com.dxfeed.native.events.NativeSummary.PrevDayVolume
getprivate set

Returns total volume traded for the previous day.

◆ RawFlags

int com.dxfeed.native.events.NativeSummary.RawFlags
getprivate set

Returns implementation-specific raw bit flags value


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