Class BitmexOrderCondition
Inheritance
BitmexOrderCondition
Assembly: StockSharp.Bitmex.dll
Syntax
[DisplayNameLoc("Str2264", "Bitmex")]
public class BitmexOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition, IStopLossOrderCondition
Constructors
BitmexOrderCondition()
Declaration
public BitmexOrderCondition()
Properties
ClOrdLinkId
Client Order Link ID для непредвиденных заявок.
Declaration
public string ClOrdLinkId { get; set; }
Property Value
ContingencyType
Непредвиденный тип обстоятельства, использующийся с ClOrdLinkId.
Declaration
public Nullable<BitmexOrderContingencyTypes> ContingencyType { get; set; }
Property Value
ExecInst
Declaration
public Nullable<BitmexOrderExecInstructions> ExecInst { get; set; }
Property Value
PegOffsetValue
Сдвиг скольщяшего стопа для текущей цены.
Declaration
public Nullable<Decimal> PegOffsetValue { get; set; }
Property Value
PegPriceType
Declaration
public Nullable<BitmexOrderPegPriceTypes> PegPriceType { get; set; }
Property Value
StopPrice
Declaration
public Nullable<Decimal> StopPrice { get; set; }
Property Value
StopType
Declaration
public Nullable<BitmexOrderTypes> StopType { get; set; }
Property Value
Explicit Interface Implementations
IStopLossOrderCondition.ActivationPrice
Declaration
Nullable<Decimal> IStopLossOrderCondition.ActivationPrice { get; set; }
Returns
IStopLossOrderCondition.ClosePositionPrice
Declaration
Nullable<Decimal> IStopLossOrderCondition.ClosePositionPrice { get; set; }
Returns
IStopLossOrderCondition.IsTrailing
Declaration
bool IStopLossOrderCondition.IsTrailing { get; set; }
Returns
Implements
Extension Methods