OptionDeskRow
StockSharp.Xaml
选项桌排。
继承自: NotifiableObject
构造函数
OptionDeskRow
public OptionDeskRow(Security underlyingAsset, Security call, Security put)
optionDeskRow = OptionDeskRow(underlyingAsset, call, put)
初始化了 & ##OptionDeskRow+#的新实例.
- underlyingAsset
- 基础资产。
- call
- 呼叫选项。
- put
- 选一个
属性
MaxHistoricalVolatility
public decimal MaxHistoricalVolatility { get; set; }
value = optionDeskRow.MaxHistoricalVolatility
optionDeskRow.MaxHistoricalVolatility = value
预留.
MaxImpliedVolatilityBestAsk
public decimal MaxImpliedVolatilityBestAsk { get; set; }
value = optionDeskRow.MaxImpliedVolatilityBestAsk
optionDeskRow.MaxImpliedVolatilityBestAsk = value
预留.
MaxImpliedVolatilityBestBid
public decimal MaxImpliedVolatilityBestBid { get; set; }
value = optionDeskRow.MaxImpliedVolatilityBestBid
optionDeskRow.MaxImpliedVolatilityBestBid = value
预留.
MaxImpliedVolatilityLastTrade
public decimal MaxImpliedVolatilityLastTrade { get; set; }
value = optionDeskRow.MaxImpliedVolatilityLastTrade
optionDeskRow.MaxImpliedVolatilityLastTrade = value
预留.
MaxPnL
public decimal MaxPnL { get; set; }
value = optionDeskRow.MaxPnL
optionDeskRow.MaxPnL = value
预留.
UnderlyingAsset
public Security UnderlyingAsset { get; }
value = optionDeskRow.UnderlyingAsset
有关相关资产的信息。