WOTI_WmdEvent Enumeration |
Defines all possible WORMS Market Data Events
Namespace: WotiAssembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntaxpublic enum WOTI_WmdEvent
Public Enumeration WOTI_WmdEvent
public enum class WOTI_WmdEvent
Members| Member name | Value | Description |
|---|
| WE_Invalid | 0 | |
| WE_Sync | 1 | Data is complete for object. |
| WE_Update | 2 | Data has been updated or added. |
| WE_Stale | 3 | Data is present but out-of-date. |
| WE_Error | 4 | Data is not present. |
| WE_Stable | 5 | Some data is present, but incomplete. |
| WE_Remove | 6 | Specific data removed (commonly found when dealing with option chains). |
See Also