Enum FixStopOrderTypes
- Namespace
- StockSharp.Fix
- Assembly
- StockSharp.Fix.Core.dll
The stop orders types that are specific for StockSharp.Fix.
[DataContract]
public enum FixStopOrderTypes
- Extension Methods
Fields
[Display(ResourceType = typeof(LocalizedStrings), Name = "MarketOnTouch")] [EnumMember] MarketIfTouched = 5
With the market price when the condition is fulfilled.
[Display(ResourceType = typeof(LocalizedStrings), Name = "MarketOnPitClose")] [EnumMember] MarketOnClose = 4
Market on close (pit).
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopLoss")] [EnumMember] StopLoss = 0
Stop-loss.
[Display(ResourceType = typeof(LocalizedStrings), Name = "TrailingStopLoss")] [EnumMember] StopLossTrailing = 1
Trailing stop-loss.
[Display(ResourceType = typeof(LocalizedStrings), Name = "TakeProfit")] [EnumMember] TakeProfit = 2
Take.
[Display(ResourceType = typeof(LocalizedStrings), Name = "TrailingTakeProfit")] [EnumMember] TakeProfitTrailing = 3
Trailing take-profit.