Class InteractiveBrokersOrderCondition.ComboCondition
- Namespace
- StockSharp.InteractiveBrokers
- Assembly
- StockSharp.InteractiveBrokers.dll
EFP orders settings.
public class InteractiveBrokersOrderCondition.ComboCondition : InteractiveBrokersOrderCondition.BaseCondition
- Inheritance
-
InteractiveBrokersOrderCondition.ComboCondition
- Inherited Members
- Extension Methods
Properties
BasisPoints
Basic points.
[Display(ResourceType = typeof(LocalizedStrings), Name = "BasisPoints", Description = "BasisPoints", GroupName = "Parameter")]
public decimal? BasisPoints { get; set; }
Property Value
BasisPointsType
Base points type.
[Display(ResourceType = typeof(LocalizedStrings), Name = "BasisPoints", Description = "BasisPoints", GroupName = "Parameter")]
public int? BasisPointsType { get; set; }
Property Value
- int?
Legs
Legs prices.
[Display(ResourceType = typeof(LocalizedStrings), Name = "LegsPrices", Description = "LegsPrices", GroupName = "Legs")]
public IEnumerable<decimal?> Legs { get; set; }
Property Value
LegsDescription
Legs description.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Legs", Description = "LegsDesc", GroupName = "Legs")]
public string LegsDescription { get; set; }
Property Value
ShortSales
Condition for short sales.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ExtraConditions", Description = "ShortSaleConditions", GroupName = "ShortSale")]
public IDictionary<SecurityId, InteractiveBrokersOrderCondition.ShortSaleCondition> ShortSales { get; set; }