Table of Contents

Class OptionDeskRow.OptionDeskRowSide

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Call or Put side of the row.

[TypeConverter(typeof(ExpandableObjectConverter))]
public sealed class OptionDeskRow.OptionDeskRowSide
Inheritance
OptionDeskRow.OptionDeskRowSide
Inherited Members
Extension Methods

Properties

BestAskPrice

The best buy price.

public decimal? BestAskPrice { get; set; }

Property Value

decimal?

BestBidPrice

The best buy price.

public decimal? BestBidPrice { get; set; }

Property Value

decimal?

DaysToExpire

Days before expiration.

public int? DaysToExpire { get; }

Property Value

int?

Delta

Option delta.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Delta", Description = "OptionDelta", GroupName = "Options", Order = 81)]
public decimal? Delta { get; set; }

Property Value

decimal?

Gamma

Option gamma.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Gamma", Description = "OptionGamma", GroupName = "Options", Order = 82)]
public decimal? Gamma { get; set; }

Property Value

decimal?

HistoricalVolatility

Option volatility (historical).

[Display(ResourceType = typeof(LocalizedStrings), Name = "HistoricalVolatility", Description = "OptionHistoricalVolatility", GroupName = "Options", Order = 103)]
public decimal? HistoricalVolatility { get; set; }

Property Value

decimal?

ImpliedVolatilityBestAsk

Option volatility (implied) for best ask.

[Display(ResourceType = typeof(LocalizedStrings), Name = "ImpliedVolatility", Description = "OptionImpliedVolatility", GroupName = "Options", Order = 101)]
public decimal? ImpliedVolatilityBestAsk { get; set; }

Property Value

decimal?

ImpliedVolatilityBestBid

Option volatility (implied) for best bid.

[Display(ResourceType = typeof(LocalizedStrings), Name = "ImpliedVolatility", Description = "OptionImpliedVolatility", GroupName = "Options", Order = 100)]
public decimal? ImpliedVolatilityBestBid { get; set; }

Property Value

decimal?

ImpliedVolatilityLastTrade

Option volatility (implied) for last trade.

[Display(ResourceType = typeof(LocalizedStrings), Name = "ImpliedVolatility", Description = "OptionImpliedVolatility", GroupName = "Options", Order = 102)]
public decimal? ImpliedVolatilityLastTrade { get; set; }

Property Value

decimal?

MaxOpenInterest

Reserved.

[Browsable(false)]
public decimal MaxOpenInterest { get; set; }

Property Value

decimal

MaxVolume

Reserved.

[Browsable(false)]
public decimal MaxVolume { get; set; }

Property Value

decimal

OpenInterest

Open interest.

[Display(ResourceType = typeof(LocalizedStrings), Name = "OI", Description = "OpenInterestDesc", GroupName = "Options", Order = 86)]
public decimal? OpenInterest { get; set; }

Property Value

decimal?

Option

Information about the option.

[Display(ResourceType = typeof(LocalizedStrings), Name = "OptionsContract", Description = "InfoAboutOption", GroupName = "Options", Order = 80)]
public Security Option { get; }

Property Value

Security

PnL

Profitability of an option contract.

[Display(ResourceType = typeof(LocalizedStrings), Name = "ProfitOptionContract", Description = "ProfitOptionContractDesc", GroupName = "Options", Order = 99)]
public decimal? PnL { get; set; }

Property Value

decimal?

Rho

Option rho.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Rho", Description = "OptionRho", GroupName = "Options", Order = 85)]
public decimal? Rho { get; set; }

Property Value

decimal?

Row

The option desk row.

public OptionDeskRow Row { get; }

Property Value

OptionDeskRow

TheorPrice

Theoretical price.

public decimal? TheorPrice { get; set; }

Property Value

decimal?

Theta

Option theta.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Theta", Description = "OptionTheta", GroupName = "Options", Order = 83)]
public decimal? Theta { get; set; }

Property Value

decimal?

Vega

Option vega.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Vega", Description = "OptionVega", GroupName = "Options", Order = 84)]
public decimal? Vega { get; set; }

Property Value

decimal?

Volume

Volume per session.

public decimal? Volume { get; set; }

Property Value

decimal?

Methods

ToLevel1()

Generate Level1ChangeMessage message.

public Level1ChangeMessage ToLevel1()

Returns

Level1ChangeMessage

Level1ChangeMessage message

ToString()

public override string ToString()

Returns

string