Class OptionDeskRow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The option desk row.
[Display(ResourceType = typeof(LocalizedStrings), Name = "PairOptions")]
public class OptionDeskRow : NotifiableObject
- Inheritance
-
OptionDeskRow
- Extension Methods
Constructors
OptionDeskRow(Security, Security, Security)
Initializes a new instance of the OptionDeskRow.
public OptionDeskRow(Security underlyingAsset, Security call, Security put)
Parameters
Properties
Call
Option parameters Call.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Call", Description = "CallOptionParams", GroupName = "Options", Order = 4)]
public OptionDeskRow.OptionDeskRowSide Call { get; }
Property Value
MaxHistoricalVolatility
Reserved.
[Browsable(false)]
public decimal MaxHistoricalVolatility { get; set; }
Property Value
MaxImpliedVolatilityBestAsk
Reserved.
[Browsable(false)]
public decimal MaxImpliedVolatilityBestAsk { get; set; }
Property Value
MaxImpliedVolatilityBestBid
Reserved.
[Browsable(false)]
public decimal MaxImpliedVolatilityBestBid { get; set; }
Property Value
MaxImpliedVolatilityLastTrade
Reserved.
[Browsable(false)]
public decimal MaxImpliedVolatilityLastTrade { get; set; }
Property Value
MaxPnL
Reserved.
[Browsable(false)]
public decimal MaxPnL { get; set; }
Property Value
PnL
Profitability of an option contract.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ProfitOptionContract", Description = "ProfitOptionContractDesc", GroupName = "Options", Order = 2)]
public decimal? PnL { get; }
Property Value
Put
Option parameters Put.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Put", Description = "PutOptionParams", GroupName = "Options", Order = 5)]
public OptionDeskRow.OptionDeskRowSide Put { get; }
Property Value
Strike
Option strike price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Strike", Description = "OptionStrikePrice", GroupName = "Options", Order = 1)]
public decimal? Strike { get; }
Property Value
UnderlyingAsset
Information about the underlying asset.
[Display(ResourceType = typeof(LocalizedStrings), Name = "UnderlyingAsset", Description = "UnderlyingAssetInfo", GroupName = "Options", Order = 3)]
public Security UnderlyingAsset { get; }