Table of Contents

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

decimal?

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

IEnumerable<decimal?>

LegsDescription

Legs description.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Legs", Description = "LegsDesc", GroupName = "Legs")]
public string LegsDescription { get; set; }

Property Value

string

ShortSales

Condition for short sales.

[Display(ResourceType = typeof(LocalizedStrings), Name = "ExtraConditions", Description = "ShortSaleConditions", GroupName = "ShortSale")]
public IDictionary<SecurityId, InteractiveBrokersOrderCondition.ShortSaleCondition> ShortSales { get; set; }

Property Value

IDictionary<SecurityId, InteractiveBrokersOrderCondition.ShortSaleCondition>