HuobiOrderCondition
StockSharp.Huobi
Huobi order condition.
Inherits: BaseWithdrawOrderCondition
Implements: IStopLossOrderCondition
Constructors
HuobiOrderCondition
public HuobiOrderCondition()
huobiOrderCondition = HuobiOrderCondition()
Initializes a new instance of the HuobiOrderCondition.
Properties
IsGreaterThan
public bool? IsGreaterThan { get; set; }
value = huobiOrderCondition.IsGreaterThan
huobiOrderCondition.IsGreaterThan = value
Operator for StopPrice.
Offset
public bool? Offset { get; set; }
value = huobiOrderCondition.Offset
huobiOrderCondition.Offset = value
Offset.
Opponent
public bool? Opponent { get; set; }
value = huobiOrderCondition.Opponent
huobiOrderCondition.Opponent = value
Opponent.
Optimal
public int? Optimal { get; set; }
value = huobiOrderCondition.Optimal
huobiOrderCondition.Optimal = value
Opponent.
StopPrice
public decimal? StopPrice { get; set; }
value = huobiOrderCondition.StopPrice
huobiOrderCondition.StopPrice = value
Activation price, when reached an order will be placed.