Enum OrderStates
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
Order states.
[DataContract]
public enum OrderStates
- Extension Methods
Fields
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Active")] Active = 1
The order is accepted by the exchange and is active.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Done")] Done = 2
The order is no longer active on an exchange (it was fully matched or cancelled).
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Error")] Failed = 3
The order is not accepted by the trading system.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "None")] None = 0
Not sent to the trading system.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Pending")] Pending = 4
Pending registration.