Class OptionDeskRow.OptionDeskRowSide
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public sealed class OptionDeskRowSide : Object
Properties
BestAskPrice
Цена лучшей покупки.
Declaration
public Nullable<Decimal> BestAskPrice { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
BestBidPrice
Цена лучшей покупки.
Declaration
public Nullable<Decimal> BestBidPrice { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
DaysToExpire
Дней до экспирации.
Declaration
public Nullable<int> DaysToExpire { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Delta
Option delta.
Declaration
public Nullable<Decimal> Delta { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Gamma
Option gamma.
Declaration
public Nullable<Decimal> Gamma { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
HistoricalVolatility
Option volatility (historical).
Declaration
public Nullable<Decimal> HistoricalVolatility { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
ImpliedVolatilityBestAsk
Подразумеваемая волатильность (лучший оффер).
Declaration
public Nullable<Decimal> ImpliedVolatilityBestAsk { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
ImpliedVolatilityBestBid
Подразумеваемая волатильность (лучший бид).
Declaration
public Nullable<Decimal> ImpliedVolatilityBestBid { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
ImpliedVolatilityLastTrade
Подразумеваемая волатильность (последняя цена).
Declaration
public Nullable<Decimal> ImpliedVolatilityLastTrade { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
MaxOpenInterest
Reserved.
Declaration
public Decimal MaxOpenInterest { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
MaxVolume
Reserved.
Declaration
public Decimal MaxVolume { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
OpenInterest
Open interest.
Declaration
public Nullable<Decimal> OpenInterest { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Option
Information about the option.
Declaration
public Security Option { get; }
Property Value
Type | Description |
---|---|
Security |
PnL
Profitability of an option contract.
Declaration
public Nullable<Decimal> PnL { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Rho
Option rho.
Declaration
public Nullable<Decimal> Rho { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Row
Строка доски опционов.
Declaration
public OptionDeskRow Row { get; }
Property Value
Type | Description |
---|---|
OptionDeskRow |
TheorPrice
Theoretical price.
Declaration
public Nullable<Decimal> TheorPrice { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Theta
Option theta.
Declaration
public Nullable<Decimal> Theta { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Vega
Option vega.
Declaration
public Nullable<Decimal> Vega { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Volume
Volume per session.
Declaration
public Nullable<Decimal> Volume { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Methods
ToLevel1()
Создать сообщение Level1ChangeMessage.
Declaration
public Level1ChangeMessage ToLevel1()
Returns
Type | Description |
---|---|
Level1ChangeMessage | Сообщение Level1ChangeMessage. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |