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

Theo price is a snapshot of the theoretical option price computation that is periodically performed by dxPrice model-free computation. It represents the most recent information that is available about the corresponding values at any given moment of time. The values include first and second order derivative of the price curve by price, so that the real-time theoretical option price can be estimated on real-time changes of the underlying price in the vicinity. More...

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

Public Member Functions

override string ToString ()
 
override object Clone ()
 

Package Functions

unsafe NativeTheoPrice (DxTheoPrice *theoPrice, string symbol)
 
 NativeTheoPrice (IDxTheoPrice tp)
 

Properties

DateTime Time [get, private set]
 Returns date time of the last theo price computation. More...
 
double Price [get, private set]
 Returns theoretical option price. More...
 
double UnderlyingPrice [get, private set]
 Returns underlying price at the time of theo price computation. More...
 
double Delta [get, private set]
 Returns delta of the theoretical price. Delta is the first derivative of the theoretical price by the underlying price. More...
 
double Gamma [get, private set]
 Returns gamma of the theoretical price. Gamma is the second derivative of the theoretical price by the underlying price. 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.IDxTheoPrice
DateTime Time [get]
 Returns date time of the last theo price computation. More...
 
double Price [get]
 Returns theoretical option price. More...
 
double UnderlyingPrice [get]
 Returns underlying price at the time of theo price computation. More...
 
double Delta [get]
 Returns delta of the theoretical price. Delta is the first derivative of the theoretical price by the underlying price. More...
 
double Gamma [get]
 Returns gamma of the theoretical price. Gamma is the second derivative of the theoretical price by the underlying price. 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

Theo price is a snapshot of the theoretical option price computation that is periodically performed by dxPrice model-free computation. It represents the most recent information that is available about the corresponding values at any given moment of time. The values include first and second order derivative of the price curve by price, so that the real-time theoretical option price can be estimated on real-time changes of the underlying price in the vicinity.

Constructor & Destructor Documentation

◆ NativeTheoPrice() [1/2]

unsafe com.dxfeed.native.events.NativeTheoPrice.NativeTheoPrice ( DxTheoPrice theoPrice,
string  symbol 
)
inlinepackage

◆ NativeTheoPrice() [2/2]

com.dxfeed.native.events.NativeTheoPrice.NativeTheoPrice ( IDxTheoPrice  tp)
inlinepackage

Member Function Documentation

◆ Clone()

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

◆ ToString()

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

Property Documentation

◆ Delta

double com.dxfeed.native.events.NativeTheoPrice.Delta
getprivate set

Returns delta of the theoretical price. Delta is the first derivative of the theoretical price by the underlying price.

◆ Dividend

double com.dxfeed.native.events.NativeTheoPrice.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(τ)).

◆ Gamma

double com.dxfeed.native.events.NativeTheoPrice.Gamma
getprivate set

Returns gamma of the theoretical price. Gamma is the second derivative of the theoretical price by the underlying price.

◆ Interest

double com.dxfeed.native.events.NativeTheoPrice.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(τ)).

◆ Price

double com.dxfeed.native.events.NativeTheoPrice.Price
getprivate set

Returns theoretical option price.

◆ Time

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

Returns date time of the last theo price computation.

◆ UnderlyingPrice

double com.dxfeed.native.events.NativeTheoPrice.UnderlyingPrice
getprivate set

Returns underlying price at the time of theo price computation.


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