Click or drag to resize

WOTI_WmdEvent Enumeration

Defines all possible WORMS Market Data Events

Namespace: Woti
Assembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntax
public enum WOTI_WmdEvent
Members
Member nameValueDescription
WE_Invalid0 
WE_Sync1Data is complete for object.
WE_Update2Data has been updated or added.
WE_Stale3Data is present but out-of-date.
WE_Error4Data is not present.
WE_Stable5Some data is present, but incomplete.
WE_Remove6Specific data removed (commonly found when dealing with option chains).
See Also