Enum SessionStates
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
Session states.
[DataContract]
public enum SessionStates
- Extension Methods
Fields
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Active")] Active = 1
Session active. Can register and cancel orders.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Assigned")] Assigned = 0
Session assigned. Cannot register new orders, but can cancel.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Finished")] Ended = 4
Finished. Cannot register and cancel orders.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Stopped")] ForceStopped = 3
Rejected. Cannot register and cancel orders.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Suspended")] Paused = 2
Suspended. Cannot register new orders, but can cancel.