Table of Contents

Class InteractiveBrokersOrderCondition.ShortSaleCondition

Namespace
StockSharp.InteractiveBrokers
Assembly
StockSharp.InteractiveBrokers.dll

Condition for short sales of combined legs.

public class InteractiveBrokersOrderCondition.ShortSaleCondition : InteractiveBrokersOrderCondition.BaseCondition
Inheritance
InteractiveBrokersOrderCondition.ShortSaleCondition
Inherited Members
Extension Methods

Properties

ExemptCode

Exempt Code for Short Sale Exemption Orders.

public int ExemptCode { get; set; }

Property Value

int

IsOpenOrClose

Is the order opening or closing.

public bool? IsOpenOrClose { get; set; }

Property Value

bool?

Location

Clarification of the short sale type of combined legs.

public string Location { get; set; }

Property Value

string

Remarks

Used when Slot equals to ThirdParty.

Slot

Short sale type of combined legs.

public InteractiveBrokersOrderCondition.ShortSaleSlots Slot { get; set; }

Property Value

InteractiveBrokersOrderCondition.ShortSaleSlots