Class InteractiveBrokersOrderCondition.VolatilityCondition
- Namespace
- StockSharp.InteractiveBrokers
- Assembly
- StockSharp.InteractiveBrokers.dll
The settings for the orders type Volatility.
public class InteractiveBrokersOrderCondition.VolatilityCondition : InteractiveBrokersOrderCondition.BaseCondition
- Inheritance
-
InteractiveBrokersOrderCondition.VolatilityCondition
- Inherited Members
- Extension Methods
Properties
ClearingIntent
Clearing chain.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ClearingChain", Description = "ClearingChain", GroupName = "Parameter")]
public string ClearingIntent { get; set; }
Property Value
ClearingPortfolio
Clearing account.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ClearingAcc", Description = "ClearingAcc", GroupName = "Parameter")]
public string ClearingPortfolio { get; set; }
Property Value
ContinuousUpdate
Refresh limit price if underlying asset price has changed.
[Display(ResourceType = typeof(LocalizedStrings), Name = "RefreshLimitPrice", Description = "RefreshLimitPriceDesc", GroupName = "Parameter")]
public bool? ContinuousUpdate { get; set; }
Property Value
- bool?
ContractId
[Display(ResourceType = typeof(LocalizedStrings), Name = "Contract", Description = "Contract", GroupName = "Parameter")]
public int? ContractId { get; set; }
Property Value
- int?
ExtendedOrderType
Extended type of order.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ExtendedOrderType", Description = "ExtendedOrderTypeDesc", GroupName = "Parameter")]
public InteractiveBrokersOrderCondition.ExtendedOrderTypes? ExtendedOrderType { get; set; }
Property Value
IsAverageBestPrice
Average best price or best price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "AverageBestPrice", Description = "AverageBestPriceDesc", GroupName = "Parameter")]
public bool? IsAverageBestPrice { get; set; }
Property Value
- bool?
IsShortSale
Is the order a short sell.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Enabled", Description = "ShortSaleDesc", GroupName = "ShortSale")]
public bool? IsShortSale { get; set; }
Property Value
- bool?
OrderType
Order type.
[Display(ResourceType = typeof(LocalizedStrings), Name = "OrderType", Description = "OrderType", GroupName = "Parameter")]
public OrderTypes? OrderType { get; set; }
Property Value
SettlingFirm
Firm.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Firm", Description = "Firm", GroupName = "Parameter")]
public string SettlingFirm { get; set; }
Property Value
ShortSale
Condition for short sales of combined legs.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ExtraConditions", Description = "ShortSaleConditions", GroupName = "ShortSale")]
public InteractiveBrokersOrderCondition.ShortSaleCondition ShortSale { get; }
Property Value
StopPrice
Stop-price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "StopPrice", GroupName = "Parameter")]
public decimal? StopPrice { get; set; }
Property Value
Volatility
Volatility.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Volatility", Description = "Volatility", GroupName = "Parameter")]
public decimal? Volatility { get; set; }
Property Value
VolatilityTimeFrame
Volatility time-frame.
[Display(ResourceType = typeof(LocalizedStrings), Name = "VolatilityTimeFrame", Description = "VolatilityTimeFrameDesc", GroupName = "Parameter")]
public InteractiveBrokersOrderCondition.VolatilityTimeFrames? VolatilityTimeFrame { get; set; }