This method is called when the market data changes. Values are updated immediately with no delay.
void tickGeneric(int tickerId, int tickType, double value)
|
Parameter |
Description |
|
tickerId |
The ticker Id that was specified previously in the call to reqMktData() |
|
tickType |
Specifies the type of price. Pass the field value into TickType.getField(int tickType) to retrieve the field description. For example, a field value of 46 will map to shortable, etc. |
|
value |
The value of the specified field |