Table of Contents

Class HuobiOrderCondition

Namespace
StockSharp.Huobi
Assembly
StockSharp.Huobi.dll

StockSharp.Huobi order condition.

[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Huobi")]
public class HuobiOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition, IStopLossOrderCondition
Inheritance
HuobiOrderCondition
Implements
Inherited Members
Extension Methods

Constructors

HuobiOrderCondition()

Initializes a new instance of the HuobiOrderCondition.

public HuobiOrderCondition()

Properties

IsGreaterThan

Operator for StopPrice.

public bool? IsGreaterThan { get; set; }

Property Value

bool?

Offset

Offset.

public bool? Offset { get; set; }

Property Value

bool?

Opponent

Opponent.

public bool? Opponent { get; set; }

Property Value

bool?

Optimal

Opponent.

public int? Optimal { get; set; }

Property Value

int?

StopPrice

Activation price, when reached an order will be placed.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "StopPriceDesc", GroupName = "StopLoss", Order = 0)]
public decimal? StopPrice { get; set; }

Property Value

decimal?