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
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.
UnderlyingAsset
public Security UnderlyingAsset { get; }
value = optionDeskRow.UnderlyingAsset
Information about the underlying asset.