dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
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 ()
 

Properties

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...
 
Scope Scope [get]
 Returns whether summary was a composite or regional (other constants are not used here). 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.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...
 
Scope Scope [get]
 Returns whether summary was a composite or regional (other constants are not used here). 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.

Property Documentation

◆ DayClosePrice

double com.dxfeed.native.events.NativeSummary.DayClosePrice
get

Returns the last (close) price for the day.

◆ DayClosePriceType

PriceType com.dxfeed.native.events.NativeSummary.DayClosePriceType
get

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

◆ DayHighPrice

double com.dxfeed.native.events.NativeSummary.DayHighPrice
get

Returns the maximal (high) price for the day.

◆ DayId

int com.dxfeed.native.events.NativeSummary.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.

◆ DayLowPrice

double com.dxfeed.native.events.NativeSummary.DayLowPrice
get

Returns the minimal (low) price for the day.

◆ DayOpenPrice

double com.dxfeed.native.events.NativeSummary.DayOpenPrice
get

Returns the first (open) price for the day.

◆ ExchangeCode

char com.dxfeed.native.events.NativeSummary.ExchangeCode
get

Returns exchange code

◆ OpenInterest

long com.dxfeed.native.events.NativeSummary.OpenInterest
get

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

◆ PrevDayClosePrice

double com.dxfeed.native.events.NativeSummary.PrevDayClosePrice
get

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

◆ PrevDayClosePriceType

PriceType com.dxfeed.native.events.NativeSummary.PrevDayClosePriceType
get

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

◆ PrevDayId

int com.dxfeed.native.events.NativeSummary.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.

◆ PrevDayVolume

double com.dxfeed.native.events.NativeSummary.PrevDayVolume
get

Returns total volume traded for the previous day.

◆ RawFlags

int com.dxfeed.native.events.NativeSummary.RawFlags
get

Returns implementation-specific raw bit flags value

◆ Scope

Scope com.dxfeed.native.events.NativeSummary.Scope
get

Returns whether summary was a composite or regional (other constants are not used here).


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