BitmexOrderCondition
StockSharp.Bitmex
El estado de orden de Bitmex.
Hereda de: BaseWithdrawOrderCondition
Implementa: IStopLossOrderCondition
Constructores
BitmexOrderCondition
public BitmexOrderCondition()
bitmexOrderCondition = BitmexOrderCondition()
Inicia una nueva instancia de la BitmexOrderCondition.
Propiedades
ClOrdLinkId
public string ClOrdLinkId { get; set; }
value = bitmexOrderCondition.ClOrdLinkId
bitmexOrderCondition.ClOrdLinkId = value
Identificación de Enlace de la Orden del Cliente para órdenes de contingentes.
ContingencyType
public BitmexOrderContingencyTypes? ContingencyType { get; set; }
value = bitmexOrderCondition.ContingencyType
bitmexOrderCondition.ContingencyType = value
Tipo de contingencia para uso con ClOrdLinkId.
ExecInst
public BitmexOrderExecInstructions? ExecInst { get; set; }
value = bitmexOrderCondition.ExecInst
bitmexOrderCondition.ExecInst = value
Instrucción de ejecución.
PegOffsetValue
public decimal? PegOffsetValue { get; set; }
value = bitmexOrderCondition.PegOffsetValue
bitmexOrderCondition.PegOffsetValue = value
Contrarretador del precio actual.
PegPriceType
public BitmexOrderPegPriceTypes? PegPriceType { get; set; }
value = bitmexOrderCondition.PegPriceType
bitmexOrderCondition.PegPriceType = value
Tipo de precio de la peluca.
StopPrice
public decimal? StopPrice { get; set; }
value = bitmexOrderCondition.StopPrice
bitmexOrderCondition.StopPrice = value
Deténganse.
StopType
public BitmexOrderTypes? StopType { get; set; }
value = bitmexOrderCondition.StopType
bitmexOrderCondition.StopType = value
Parar tipo.