OptionDeskRow
StockSharp.Xaml
La fila de mesa de opciones.
Hereda de: NotifiableObject
Constructores
OptionDeskRow
public OptionDeskRow(Security underlyingAsset, Security call, Security put)
optionDeskRow = OptionDeskRow(underlyingAsset, call, put)
Inicia una nueva instancia de la OptionDeskRow.
- underlyingAsset
- Activo subyacente.
- call
- Opción de llamada.
- put
- Pon la opción.
Propiedades
MaxHistoricalVolatility
public decimal MaxHistoricalVolatility { get; set; }
value = optionDeskRow.MaxHistoricalVolatility
optionDeskRow.MaxHistoricalVolatility = value
Reservado.
MaxImpliedVolatilityBestAsk
public decimal MaxImpliedVolatilityBestAsk { get; set; }
value = optionDeskRow.MaxImpliedVolatilityBestAsk
optionDeskRow.MaxImpliedVolatilityBestAsk = value
Reservado.
MaxImpliedVolatilityBestBid
public decimal MaxImpliedVolatilityBestBid { get; set; }
value = optionDeskRow.MaxImpliedVolatilityBestBid
optionDeskRow.MaxImpliedVolatilityBestBid = value
Reservado.
MaxImpliedVolatilityLastTrade
public decimal MaxImpliedVolatilityLastTrade { get; set; }
value = optionDeskRow.MaxImpliedVolatilityLastTrade
optionDeskRow.MaxImpliedVolatilityLastTrade = value
Reservado.
MaxPnL
public decimal MaxPnL { get; set; }
value = optionDeskRow.MaxPnL
optionDeskRow.MaxPnL = value
Reservado.
UnderlyingAsset
public Security UnderlyingAsset { get; }
value = optionDeskRow.UnderlyingAsset
Información sobre el activo subyacente.