Show / Hide Table of Contents

Class InteractiveBrokersOrderCondition.ComboCondition

EFP orders settings.

Inheritance
Object
InteractiveBrokersOrderCondition.BaseCondition
InteractiveBrokersOrderCondition.ComboCondition
Inherited Members
InteractiveBrokersOrderCondition.BaseCondition.GetValue<T>(String)
InteractiveBrokersOrderCondition.BaseCondition.TryGetValue<T>(String)
InteractiveBrokersOrderCondition.BaseCondition.SetValue<T>(String, T)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: StockSharp.InteractiveBrokers
Assembly: StockSharp.InteractiveBrokers.dll
Syntax
public class ComboCondition : InteractiveBrokersOrderCondition.BaseCondition

Properties

BasisPoints

Basic points.

Declaration
[DisplayNameLoc("Str2382")]
[DescriptionLoc("Str2382", true)]
public Nullable<Decimal> BasisPoints { get; set; }
Property Value
Type Description
Nullable<Decimal>

BasisPointsType

Base points type.

Declaration
[DescriptionLoc("Str2382", true)]
[DisplayNameLoc("Str2382")]
public Nullable<int> BasisPointsType { get; set; }
Property Value
Type Description
Nullable<Int32>

Legs

Legs prices.

Declaration
[DescriptionLoc("Str2388", true)]
[DisplayNameLoc("Str2388")]
public IEnumerable<Nullable<Decimal>> Legs { get; set; }
Property Value
Type Description
IEnumerable<Nullable<Decimal>>

LegsDescription

Legs description.

Declaration
[DisplayNameLoc("Str2386")]
[DescriptionLoc("Str2386", true)]
public string LegsDescription { get; set; }
Property Value
Type Description
String

ShortSales

Condition for short sales.

Declaration
[DisplayNameLoc("Str2378")]
[DescriptionLoc("Str2390", false)]
public IDictionary<SecurityId, InteractiveBrokersOrderCondition.ShortSaleCondition> ShortSales { get; set; }
Property Value
Type Description
IDictionary<SecurityId, InteractiveBrokersOrderCondition.ShortSaleCondition>

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾