OptionDeskRow

StockSharp.Xaml

Die Option Desk-Zeile.

Erbt von: NotifiableObject

Konstruktoren

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

Initialisiert eine neue Instanz von OptionDeskRow.

underlyingAsset
Basiswert.
call
Call Option.
put
Verkaufsoption.

Eigenschaften

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

Optionsparameter Call.

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

Vorbehalten.

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

Vorbehalten.

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

Vorbehalten.

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

Vorbehalten.

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

Vorbehalten.

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

Rentabilität eines Optionskontrakts.

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

Optionsparameter Put.

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

Optionsausübungspreis.

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

Informationen über den zugrunde liegenden Vermögenswert.