Class InteractiveBrokersOrderCondition.ScaleCondition
- Namespace
- StockSharp.InteractiveBrokers
- Assembly
- StockSharp.InteractiveBrokers.dll
Condition for order being changed.
public class InteractiveBrokersOrderCondition.ScaleCondition : InteractiveBrokersOrderCondition.BaseCondition
- Inheritance
-
InteractiveBrokersOrderCondition.ScaleCondition
- Inherited Members
- Extension Methods
Properties
AutoReset
public bool? AutoReset { get; set; }
Property Value
- bool?
InitFillQty
public int? InitFillQty { get; set; }
Property Value
- int?
InitLevelSize
Split order into X buckets.
public int? InitLevelSize { get; set; }
Property Value
- int?
InitPosition
public int? InitPosition { get; set; }
Property Value
- int?
PriceAdjustInterval
public int? PriceAdjustInterval { get; set; }
Property Value
- int?
PriceAdjustValue
public decimal? PriceAdjustValue { get; set; }
Property Value
PriceIncrement
Price increment per bucket.
public decimal? PriceIncrement { get; set; }
Property Value
ProfitOffset
public decimal? ProfitOffset { get; set; }
Property Value
RandomPercent
public bool? RandomPercent { get; set; }
Property Value
- bool?
SubsLevelSize
Split order so each bucket is of the size X.
public int? SubsLevelSize { get; set; }
Property Value
- int?
Table
public string Table { get; set; }