Class BitmexOrderCondition
- Namespace
- StockSharp.Bitmex
- Assembly
- StockSharp.Bitmex.dll
StockSharp.Bitmex order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Bitmex")]
public class BitmexOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition, IStopLossOrderCondition
- Inheritance
-
BitmexOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
BitmexOrderCondition()
Initializes a new instance of the BitmexOrderCondition.
public BitmexOrderCondition()
Properties
ClOrdLinkId
Client Order Link ID for contingent orders.
public string ClOrdLinkId { get; set; }
Property Value
ContingencyType
Contingency type for use with ClOrdLinkId.
public BitmexOrderContingencyTypes? ContingencyType { get; set; }
Property Value
ExecInst
Execution instruction.
public BitmexOrderExecInstructions? ExecInst { get; set; }
Property Value
PegOffsetValue
Trailing offset from the current price.
public decimal? PegOffsetValue { get; set; }
Property Value
PegPriceType
Peg price type.
public BitmexOrderPegPriceTypes? PegPriceType { get; set; }
Property Value
StopPrice
Stop-price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "StopPriceValue", GroupName = "Parameters", Order = 1)]
public decimal? StopPrice { get; set; }
Property Value
StopType
Stop type.
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopType", Description = "StopTypeDesc", GroupName = "Parameters", Order = 0)]
public BitmexOrderTypes? StopType { get; set; }