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.NativeSeries Class Reference

Series event is a snapshot of computed values that are available for all option series for a given underlying symbol based on the option prices on the market. It represents the most recent information that is available about the corresponding values on the market at any given moment of time. More...

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

Public Member Functions

override string ToString ()
 
override object Clone ()
 

Package Functions

unsafe NativeSeries (DxSeries *series, string symbol)
 
 NativeSeries (IDxSeries s)
 

Properties

IndexedEventSource Source [get]
 Returns source of this event. More...
 
EventFlag EventFlags [get, set]
 Gets or sets transactional event flags. See "Event Flags" section from IDxIndexedEvent. More...
 
long Index [get, private set]
 Gets unique per-symbol index of this event. More...
 
DateTime Time [get, private set]
 Returns date time of this order. More...
 
int Sequence [get, private set]
 Returns sequence of this series More...
 
int Expiration [get, private set]
 Returns day id of expiration. Example: DayUtil.GetDayIdByYearMonthDay(20090117). Most significant 32 bits of Index contain day id of expiration, so changing Index also changes day id of expiration. More...
 
double Volatility [get, private set]
 Returns ratio of put traded volume to call traded volume for a day. More...
 
double PutCallRatio [get, private set]
 Returns ratio of put traded volume to call traded volume for a day. More...
 
double ForwardPrice [get, private set]
 Returns implied forward price for this option series. More...
 
double Dividend [get, private set]
 Returns implied simple dividend return of the corresponding option series. See the model section for an explanation this simple dividend return ( Q(τ) ). More...
 
double Interest [get, private set]
 Returns implied simple interest return of the corresponding option series. See the model section for an explanation this simple interest return ( R(τ) ). 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.IDxSeries
DateTime Time [get]
 Returns date time of this order. More...
 
int Sequence [get]
 Returns sequence of this series More...
 
int Expiration [get]
 Returns day id of expiration. Example: DayUtil.GetDayIdByYearMonthDay(20090117). Most significant 32 bits of Index contain day id of expiration, so changing Index also changes day id of expiration. More...
 
double Volatility [get]
 Returns ratio of put traded volume to call traded volume for a day. More...
 
double PutCallRatio [get]
 Returns ratio of put traded volume to call traded volume for a day. More...
 
double ForwardPrice [get]
 Returns implied forward price for this option series. More...
 
double Dividend [get]
 Returns implied simple dividend return of the corresponding option series. See the model section for an explanation this simple dividend return ( Q(τ) ). More...
 
double Interest [get]
 Returns implied simple interest return of the corresponding option series. See the model section for an explanation this simple interest return ( R(τ) ). 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

Series event is a snapshot of computed values that are available for all option series for a given underlying symbol based on the option prices on the market. It represents the most recent information that is available about the corresponding values on the market at any given moment of time.

Constructor & Destructor Documentation

◆ NativeSeries() [1/2]

unsafe com.dxfeed.native.events.NativeSeries.NativeSeries ( DxSeries series,
string  symbol 
)
inlinepackage

◆ NativeSeries() [2/2]

com.dxfeed.native.events.NativeSeries.NativeSeries ( IDxSeries  s)
inlinepackage

Member Function Documentation

◆ Clone()

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

◆ ToString()

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

Property Documentation

◆ Dividend

double com.dxfeed.native.events.NativeSeries.Dividend
getprivate set

Returns implied simple dividend return of the corresponding option series. See the model section for an explanation this simple dividend return ( Q(τ) ).

◆ EventFlags

EventFlag com.dxfeed.native.events.NativeSeries.EventFlags
getset

Gets or sets transactional event flags. See "Event Flags" section from IDxIndexedEvent.

◆ Expiration

int com.dxfeed.native.events.NativeSeries.Expiration
getprivate set

Returns day id of expiration. Example: DayUtil.GetDayIdByYearMonthDay(20090117). Most significant 32 bits of Index contain day id of expiration, so changing Index also changes day id of expiration.

◆ ForwardPrice

double com.dxfeed.native.events.NativeSeries.ForwardPrice
getprivate set

Returns implied forward price for this option series.

◆ Index

long com.dxfeed.native.events.NativeSeries.Index
getprivate set

Gets unique per-symbol index of this event.

◆ Interest

double com.dxfeed.native.events.NativeSeries.Interest
getprivate set

Returns implied simple interest return of the corresponding option series. See the model section for an explanation this simple interest return ( R(τ) ).

◆ PutCallRatio

double com.dxfeed.native.events.NativeSeries.PutCallRatio
getprivate set

Returns ratio of put traded volume to call traded volume for a day.

◆ Sequence

int com.dxfeed.native.events.NativeSeries.Sequence
getprivate set

Returns sequence of this series

◆ Source

IndexedEventSource com.dxfeed.native.events.NativeSeries.Source
get

Returns source of this event.

Returns
Source of this event.

◆ Time

DateTime com.dxfeed.native.events.NativeSeries.Time
getprivate set

Returns date time of this order.

◆ Volatility

double com.dxfeed.native.events.NativeSeries.Volatility
getprivate set

Returns ratio of put traded volume to call traded volume for a day.


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