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

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...
 

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.api.events.IDxSummary.DayClosePrice
get

Returns the last (close) price for the day.

◆ DayClosePriceType

PriceType com.dxfeed.api.events.IDxSummary.DayClosePriceType
get

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

◆ DayHighPrice

double com.dxfeed.api.events.IDxSummary.DayHighPrice
get

Returns the maximal (high) price for the day.

◆ DayId

int com.dxfeed.api.events.IDxSummary.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.api.events.IDxSummary.DayLowPrice
get

Returns the minimal (low) price for the day.

◆ DayOpenPrice

double com.dxfeed.api.events.IDxSummary.DayOpenPrice
get

Returns the first (open) price for the day.

◆ ExchangeCode

char com.dxfeed.api.events.IDxSummary.ExchangeCode
get

Returns exchange code

◆ OpenInterest

long com.dxfeed.api.events.IDxSummary.OpenInterest
get

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

◆ PrevDayClosePrice

double com.dxfeed.api.events.IDxSummary.PrevDayClosePrice
get

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

◆ PrevDayClosePriceType

PriceType com.dxfeed.api.events.IDxSummary.PrevDayClosePriceType
get

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

◆ PrevDayId

int com.dxfeed.api.events.IDxSummary.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.api.events.IDxSummary.PrevDayVolume
get

Returns total volume traded for the previous day.

◆ RawFlags

int com.dxfeed.api.events.IDxSummary.RawFlags
get

Returns implementation-specific raw bit flags value

◆ Scope

Scope com.dxfeed.api.events.IDxSummary.Scope
get

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


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