OptionDeskRow

StockSharp.Xaml

The option desk row.

Inherits: NotifiableObject

Constructors

OptionDeskRow
public OptionDeskRow(Security underlyingAsset, Security call, Security put)
optionDeskRow = OptionDeskRow(underlyingAsset, call, put)

Initializes a new instance of the OptionDeskRow.

underlyingAsset
Underlying asset.
call
Call option.
put
Put option.

Properties

Call
public OptionDeskRowSide Call { get; }
value = optionDeskRow.Call

Option parameters Call.

MaxHistoricalVolatility
public decimal MaxHistoricalVolatility { get; set; }
value = optionDeskRow.MaxHistoricalVolatility
optionDeskRow.MaxHistoricalVolatility = value

Reserved.

MaxImpliedVolatilityBestAsk
public decimal MaxImpliedVolatilityBestAsk { get; set; }
value = optionDeskRow.MaxImpliedVolatilityBestAsk
optionDeskRow.MaxImpliedVolatilityBestAsk = value

Reserved.

MaxImpliedVolatilityBestBid
public decimal MaxImpliedVolatilityBestBid { get; set; }
value = optionDeskRow.MaxImpliedVolatilityBestBid
optionDeskRow.MaxImpliedVolatilityBestBid = value

Reserved.

MaxImpliedVolatilityLastTrade
public decimal MaxImpliedVolatilityLastTrade { get; set; }
value = optionDeskRow.MaxImpliedVolatilityLastTrade
optionDeskRow.MaxImpliedVolatilityLastTrade = value

Reserved.

MaxPnL
public decimal MaxPnL { get; set; }
value = optionDeskRow.MaxPnL
optionDeskRow.MaxPnL = value

Reserved.

PnL
public decimal? PnL { get; }
value = optionDeskRow.PnL

Profitability of an option contract.

Put
public OptionDeskRowSide Put { get; }
value = optionDeskRow.Put

Option parameters Put.

Strike
public decimal? Strike { get; }
value = optionDeskRow.Strike

Option strike price.

UnderlyingAsset
public Security UnderlyingAsset { get; }
value = optionDeskRow.UnderlyingAsset

Information about the underlying asset.