Table of Contents

Enum BitmexOrderTypes

Namespace
StockSharp.Bitmex
Assembly
StockSharp.Bitmex.dll

Stop order types.

[DataContract]
public enum BitmexOrderTypes
Extension Methods

Fields

[Display(ResourceType = typeof(LocalizedStrings), Name = "LimitOnTouch")] [EnumMember] LimitIfTouched = 3

With the specified price when the condition is fulfilled.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MarketOnTouch")] [EnumMember] MarketIfTouched = 2

With the market price when the condition is fulfilled.

[Display(ResourceType = typeof(LocalizedStrings), Name = "StopOrderType")] [EnumMember] Stop = 0

The market order is automatically registered after reaching the stop price.

[Display(ResourceType = typeof(LocalizedStrings), Name = "StopLimit")] [EnumMember] StopLimit = 1

The limit order is automatically registered after reaching the stop price.