OptionDeskRowSide
StockSharp.Xaml.OptionDeskRow
Call oder Put Seite der Zeile.
Eigenschaften
BestAskPrice
public decimal? BestAskPrice { get; set; }
value = optionDeskRowSide.BestAskPrice
optionDeskRowSide.BestAskPrice = value
Der beste Kaufpreis.
BestBidPrice
public decimal? BestBidPrice { get; set; }
value = optionDeskRowSide.BestBidPrice
optionDeskRowSide.BestBidPrice = value
Der beste Kaufpreis.
DaysToExpire
public int? DaysToExpire { get; }
value = optionDeskRowSide.DaysToExpire
Tage vor dem Ablauf.
Delta
public decimal? Delta { get; set; }
value = optionDeskRowSide.Delta
optionDeskRowSide.Delta = value
Option Delta.
Gamma
public decimal? Gamma { get; set; }
value = optionDeskRowSide.Gamma
optionDeskRowSide.Gamma = value
Option Gamma.
HistoricalVolatility
public decimal? HistoricalVolatility { get; set; }
value = optionDeskRowSide.HistoricalVolatility
optionDeskRowSide.HistoricalVolatility = value
Optionsvolatilität (historisch).
ImpliedVolatilityBestAsk
public decimal? ImpliedVolatilityBestAsk { get; set; }
value = optionDeskRowSide.ImpliedVolatilityBestAsk
optionDeskRowSide.ImpliedVolatilityBestAsk = value
Option Volatilität (impliziert) für beste Fragen.
ImpliedVolatilityBestBid
public decimal? ImpliedVolatilityBestBid { get; set; }
value = optionDeskRowSide.ImpliedVolatilityBestBid
optionDeskRowSide.ImpliedVolatilityBestBid = value
Optionsvolatilität (impliziert) für das beste Gebot.
ImpliedVolatilityLastTrade
public decimal? ImpliedVolatilityLastTrade { get; set; }
value = optionDeskRowSide.ImpliedVolatilityLastTrade
optionDeskRowSide.ImpliedVolatilityLastTrade = value
Optionsvolatilität (impliziert) für den letzten Handel.
MaxOpenInterest
public decimal MaxOpenInterest { get; set; }
value = optionDeskRowSide.MaxOpenInterest
optionDeskRowSide.MaxOpenInterest = value
Vorbehalten.
MaxVolume
public decimal MaxVolume { get; set; }
value = optionDeskRowSide.MaxVolume
optionDeskRowSide.MaxVolume = value
Vorbehalten.
OpenInterest
public decimal? OpenInterest { get; set; }
value = optionDeskRowSide.OpenInterest
optionDeskRowSide.OpenInterest = value
Open Interest.
Option
public Security Option { get; }
value = optionDeskRowSide.Option
Informationen über die Option.
PnL
public decimal? PnL { get; set; }
value = optionDeskRowSide.PnL
optionDeskRowSide.PnL = value
Rentabilität eines Optionskontrakts.
Rho
public decimal? Rho { get; set; }
value = optionDeskRowSide.Rho
optionDeskRowSide.Rho = value
Option rho.
TheorPrice
public decimal? TheorPrice { get; set; }
value = optionDeskRowSide.TheorPrice
optionDeskRowSide.TheorPrice = value
Theoretische Preise.
Theta
public decimal? Theta { get; set; }
value = optionDeskRowSide.Theta
optionDeskRowSide.Theta = value
Option Theta.
Vega
public decimal? Vega { get; set; }
value = optionDeskRowSide.Vega
optionDeskRowSide.Vega = value
Option vega.
Volume
public decimal? Volume { get; set; }
value = optionDeskRowSide.Volume
optionDeskRowSide.Volume = value
Volumen pro Sitzung.
Methoden
ToLevel1
public Level1ChangeMessage ToLevel1()
result = optionDeskRowSide.ToLevel1()
Generieren Sie Level1ChangeMessage @ Nachricht.
Rückgabe: Level1ChangeMessage@ Nachricht
ToString
public override string ToString()
result = optionDeskRowSide.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.