OptionDeskRowSide

StockSharp.Xaml.OptionDeskRow

Call or Put side of the row.

Properties

BestAskPrice
public decimal? BestAskPrice { get; set; }
value = optionDeskRowSide.BestAskPrice
optionDeskRowSide.BestAskPrice = value

The best buy price.

BestBidPrice
public decimal? BestBidPrice { get; set; }
value = optionDeskRowSide.BestBidPrice
optionDeskRowSide.BestBidPrice = value

The best buy price.

DaysToExpire
public int? DaysToExpire { get; }
value = optionDeskRowSide.DaysToExpire

Days before expiration.

Delta
public decimal? Delta { get; set; }
value = optionDeskRowSide.Delta
optionDeskRowSide.Delta = value

Option delta.

Gamma
public decimal? Gamma { get; set; }
value = optionDeskRowSide.Gamma
optionDeskRowSide.Gamma = value

Option gamma.

HistoricalVolatility
public decimal? HistoricalVolatility { get; set; }
value = optionDeskRowSide.HistoricalVolatility
optionDeskRowSide.HistoricalVolatility = value

Option volatility (historical).

ImpliedVolatilityBestAsk
public decimal? ImpliedVolatilityBestAsk { get; set; }
value = optionDeskRowSide.ImpliedVolatilityBestAsk
optionDeskRowSide.ImpliedVolatilityBestAsk = value

Option volatility (implied) for best ask.

ImpliedVolatilityBestBid
public decimal? ImpliedVolatilityBestBid { get; set; }
value = optionDeskRowSide.ImpliedVolatilityBestBid
optionDeskRowSide.ImpliedVolatilityBestBid = value

Option volatility (implied) for best bid.

ImpliedVolatilityLastTrade
public decimal? ImpliedVolatilityLastTrade { get; set; }
value = optionDeskRowSide.ImpliedVolatilityLastTrade
optionDeskRowSide.ImpliedVolatilityLastTrade = value

Option volatility (implied) for last trade.

MaxOpenInterest
public decimal MaxOpenInterest { get; set; }
value = optionDeskRowSide.MaxOpenInterest
optionDeskRowSide.MaxOpenInterest = value

Reserved.

MaxVolume
public decimal MaxVolume { get; set; }
value = optionDeskRowSide.MaxVolume
optionDeskRowSide.MaxVolume = value

Reserved.

OpenInterest
public decimal? OpenInterest { get; set; }
value = optionDeskRowSide.OpenInterest
optionDeskRowSide.OpenInterest = value

Open interest.

Option
public Security Option { get; }
value = optionDeskRowSide.Option

Information about the option.

PnL
public decimal? PnL { get; set; }
value = optionDeskRowSide.PnL
optionDeskRowSide.PnL = value

Profitability of an option contract.

Rho
public decimal? Rho { get; set; }
value = optionDeskRowSide.Rho
optionDeskRowSide.Rho = value

Option rho.

Row
public OptionDeskRow Row { get; }
value = optionDeskRowSide.Row

The option desk row.

TheorPrice
public decimal? TheorPrice { get; set; }
value = optionDeskRowSide.TheorPrice
optionDeskRowSide.TheorPrice = value

Theoretical price.

Theta
public decimal? Theta { get; set; }
value = optionDeskRowSide.Theta
optionDeskRowSide.Theta = value

Option theta.

Vega
public decimal? Vega { get; set; }
value = optionDeskRowSide.Vega
optionDeskRowSide.Vega = value

Option vega.

Volume
public decimal? Volume { get; set; }
value = optionDeskRowSide.Volume
optionDeskRowSide.Volume = value

Volume per session.

Methods

ToLevel1
public Level1ChangeMessage ToLevel1()
result = optionDeskRowSide.ToLevel1()

Generate Level1ChangeMessage message.

Returns: Level1ChangeMessage message

ToString
public override string ToString()
result = optionDeskRowSide.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.