Indicates the trading system trade change category.
| Member | Value | Description |
|---|---|---|
| tccAll | 31 | All kinds of changes.
The value of this enumerator is tccSignalSet Or tccSignalReset Or tccQuantity Or tccPrice Or tccStopLimitPrice. |
| tccPrice | 8 | Entry/exit price change. |
| tccQuantity | 4 | Entry/exit quantity change. |
| tccSignalReset | 2 | Entry/exit signaled flag reset. |
| tccSignalSet | 1 | Entry/exit signaled flag set. |
| tccStopLimitPrice | 16 | Entry/exit stop-limit price change |