Specifies which ticks are being requested.
| Member | Value | Description |
|---|---|---|
| tfAll | 0 | All ticks |
| tfAsk | 4 | Ask ticks |
| tfAskLow | 64 | Ask low ticks. This enumerator is obsolete! |
| tfBid | 2 | Bid ticks |
| tfBidHigh | 32 | Bid high ticks. This enumerator is obsolete! |
| tfDefault | 1 | This is the default enumerator and is the same as tfTrade |
| tfSettlement | 16 | Settlement ticks |
| tfTrade | 8 | Trade ticks |
The value for this enumeration should indicate one of the following:
1. tfAll
2. tfDefault
3. Bitmask value indicating any combination of the remaining filters