Class OptionDeskRow.OptionDeskRowSide
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public sealed class OptionDeskRow.OptionDeskRowSide
- Inheritance
-
OptionDeskRow.OptionDeskRowSide
- Inherited Members
- Extension Methods
Properties
BestAskPrice
The best buy price.
public decimal? BestAskPrice { get; set; }
Property Value
BestBidPrice
The best buy price.
public decimal? BestBidPrice { get; set; }
Property Value
DaysToExpire
Days before expiration.
public int? DaysToExpire { get; }
Property Value
- int?
Delta
Option delta.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Delta", Description = "OptionDelta", GroupName = "Options", Order = 81)]
public decimal? Delta { get; set; }
Property Value
Gamma
Option gamma.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Gamma", Description = "OptionGamma", GroupName = "Options", Order = 82)]
public decimal? Gamma { get; set; }
Property Value
HistoricalVolatility
Option volatility (historical).
[Display(ResourceType = typeof(LocalizedStrings), Name = "HistoricalVolatility", Description = "OptionHistoricalVolatility", GroupName = "Options", Order = 103)]
public decimal? HistoricalVolatility { get; set; }
Property Value
ImpliedVolatilityBestAsk
Option volatility (implied) for best ask.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ImpliedVolatility", Description = "OptionImpliedVolatility", GroupName = "Options", Order = 101)]
public decimal? ImpliedVolatilityBestAsk { get; set; }
Property Value
ImpliedVolatilityBestBid
Option volatility (implied) for best bid.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ImpliedVolatility", Description = "OptionImpliedVolatility", GroupName = "Options", Order = 100)]
public decimal? ImpliedVolatilityBestBid { get; set; }
Property Value
ImpliedVolatilityLastTrade
Option volatility (implied) for last trade.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ImpliedVolatility", Description = "OptionImpliedVolatility", GroupName = "Options", Order = 102)]
public decimal? ImpliedVolatilityLastTrade { get; set; }
Property Value
MaxOpenInterest
Reserved.
[Browsable(false)]
public decimal MaxOpenInterest { get; set; }
Property Value
MaxVolume
Reserved.
[Browsable(false)]
public decimal MaxVolume { get; set; }
Property Value
OpenInterest
Open interest.
[Display(ResourceType = typeof(LocalizedStrings), Name = "OI", Description = "OpenInterestDesc", GroupName = "Options", Order = 86)]
public decimal? OpenInterest { get; set; }
Property Value
Option
Information about the option.
[Display(ResourceType = typeof(LocalizedStrings), Name = "OptionsContract", Description = "InfoAboutOption", GroupName = "Options", Order = 80)]
public Security Option { get; }
Property Value
PnL
Profitability of an option contract.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ProfitOptionContract", Description = "ProfitOptionContractDesc", GroupName = "Options", Order = 99)]
public decimal? PnL { get; set; }
Property Value
Rho
Option rho.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Rho", Description = "OptionRho", GroupName = "Options", Order = 85)]
public decimal? Rho { get; set; }
Property Value
Row
The option desk row.
public OptionDeskRow Row { get; }
Property Value
TheorPrice
Theoretical price.
public decimal? TheorPrice { get; set; }
Property Value
Theta
Option theta.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Theta", Description = "OptionTheta", GroupName = "Options", Order = 83)]
public decimal? Theta { get; set; }
Property Value
Vega
Option vega.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Vega", Description = "OptionVega", GroupName = "Options", Order = 84)]
public decimal? Vega { get; set; }
Property Value
Volume
Volume per session.
public decimal? Volume { get; set; }
Property Value
Methods
ToLevel1()
Generate Level1ChangeMessage message.
public Level1ChangeMessage ToLevel1()
Returns
ToString()
public override string ToString()