Table of Contents

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

string

ContingencyType

Contingency type for use with ClOrdLinkId.

public BitmexOrderContingencyTypes? ContingencyType { get; set; }

Property Value

BitmexOrderContingencyTypes?

ExecInst

Execution instruction.

public BitmexOrderExecInstructions? ExecInst { get; set; }

Property Value

BitmexOrderExecInstructions?

PegOffsetValue

Trailing offset from the current price.

public decimal? PegOffsetValue { get; set; }

Property Value

decimal?

PegPriceType

Peg price type.

public BitmexOrderPegPriceTypes? PegPriceType { get; set; }

Property Value

BitmexOrderPegPriceTypes?

StopPrice

Stop-price.

[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "StopPriceValue", GroupName = "Parameters", Order = 1)]
public decimal? StopPrice { get; set; }

Property Value

decimal?

StopType

Stop type.

[Display(ResourceType = typeof(LocalizedStrings), Name = "StopType", Description = "StopTypeDesc", GroupName = "Parameters", Order = 0)]
public BitmexOrderTypes? StopType { get; set; }

Property Value

BitmexOrderTypes?