Sets/gets the sessions filter, which will be used to formulate this trading system request.
The default value for this property is 0.
Read-write property
Visual Basic |
---|
Public Property SessionsFilter As Variant |
Sessions filter, represented as Variant
Only String and integer are considered for SessionsFilter type.
- If type is integer, SessionsFilter represents session number.
Special values: 0 represents primary sessions only, 31 represents all sessions. - If type is String, SessionsFilter represents custom session name.
Special values: "primaryOnly" and "all" are equivalent to 0 and 31, respectively. - If other types are used for SessionsFilter, SessionsFilter is ignored.