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
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.
UnderlyingAsset
public Security UnderlyingAsset { get; }
value = optionDeskRow.UnderlyingAsset
Informationen über den zugrunde liegenden Vermögenswert.