Class InteractiveBrokersOrderCondition.SmartRoutingCondition
- Namespace
- StockSharp.InteractiveBrokers
- Assembly
- StockSharp.InteractiveBrokers.dll
Settings for orders that are sent to the Smart exchange.
public class InteractiveBrokersOrderCondition.SmartRoutingCondition : InteractiveBrokersOrderCondition.BaseCondition
- Inheritance
-
InteractiveBrokersOrderCondition.SmartRoutingCondition
- Inherited Members
- Extension Methods
Properties
ComboParams
Parameters.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Parameters", Description = "Parameters", GroupName = "Parameter")]
public IEnumerable<Tuple<string, string>> ComboParams { get; set; }
Property Value
DiscretionaryAmount
Order price shift range.
public decimal? DiscretionaryAmount { get; set; }
Property Value
NotHeld
Keep in market depth.
public bool? NotHeld { get; set; }
Property Value
- bool?
Remarks
Only for the IBDARK exchange.
OptOutSmartRouting
Direct sending of ASX orders.
public bool? OptOutSmartRouting { get; set; }
Property Value
- bool?