Table of Contents

Enum BinanceOrderConditionTypes

Namespace
StockSharp.Binance
Assembly
StockSharp.Binance.dll

Stop order types.

[DataContract]
public enum BinanceOrderConditionTypes
Extension Methods

Fields

[EnumMember] OCO = 2

One cancels other.

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

Stop-loss.

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

Take-profit.