BitmexOrderTypes
StockSharp.Bitmex
Stop order types.
Fields
LimitIfTouched
public const BitmexOrderTypes LimitIfTouched
value = BitmexOrderTypes.LimitIfTouched
With the specified price when the condition is fulfilled.
MarketIfTouched
public const BitmexOrderTypes MarketIfTouched
value = BitmexOrderTypes.MarketIfTouched
With the market price when the condition is fulfilled.
Stop
public const BitmexOrderTypes Stop
value = BitmexOrderTypes.Stop
The market order is automatically registered after reaching the stop price.
StopLimit
public const BitmexOrderTypes StopLimit
value = BitmexOrderTypes.StopLimit
The limit order is automatically registered after reaching the stop price.