Table of Contents

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

underlyingAsset Security

Underlying asset.

call Security

Call option.

put Security

Put option.

Properties

Call

Option parameters Call.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Call", Description = "CallOptionParams", GroupName = "Options", Order = 4)]
public OptionDeskRow.OptionDeskRowSide Call { get; }

Property Value

OptionDeskRow.OptionDeskRowSide

MaxHistoricalVolatility

Reserved.

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

Property Value

decimal

MaxImpliedVolatilityBestAsk

Reserved.

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

Property Value

decimal

MaxImpliedVolatilityBestBid

Reserved.

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

Property Value

decimal

MaxImpliedVolatilityLastTrade

Reserved.

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

Property Value

decimal

MaxPnL

Reserved.

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

Property Value

decimal

PnL

Profitability of an option contract.

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

Property Value

decimal?

Put

Option parameters Put.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Put", Description = "PutOptionParams", GroupName = "Options", Order = 5)]
public OptionDeskRow.OptionDeskRowSide Put { get; }

Property Value

OptionDeskRow.OptionDeskRowSide

Strike

Option strike price.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Strike", Description = "OptionStrikePrice", GroupName = "Options", Order = 1)]
public decimal? Strike { get; }

Property Value

decimal?

UnderlyingAsset

Information about the underlying asset.

[Display(ResourceType = typeof(LocalizedStrings), Name = "UnderlyingAsset", Description = "UnderlyingAssetInfo", GroupName = "Options", Order = 3)]
public Security UnderlyingAsset { get; }

Property Value

Security