ShortSaleCondition
StockSharp.InteractiveBrokers.InteractiveBrokersOrderCondition
Condition for short sales of combined legs.
Inherits: BaseCondition
Properties
ExemptCode
public int ExemptCode { get; set; }
value = shortSaleCondition.ExemptCode
shortSaleCondition.ExemptCode = value
Exempt Code for Short Sale Exemption Orders.
IsOpenOrClose
public bool? IsOpenOrClose { get; set; }
value = shortSaleCondition.IsOpenOrClose
shortSaleCondition.IsOpenOrClose = value
Is the order opening or closing.
Location
public string Location { get; set; }
value = shortSaleCondition.Location
shortSaleCondition.Location = value
Clarification of the short sale type of combined legs.
Slot
public ShortSaleSlots Slot { get; set; }
value = shortSaleCondition.Slot
shortSaleCondition.Slot = value
Short sale type of combined legs.