tickString()

This method is called when the market data changes. Values are updated immediately with no delay.

void tickString(int tickerId, int tickType, String value)

Parameter

Description

tickerId

The ticker Id that was specified previously in the call to reqMktData()

field

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 45 will map to lastTimestamp, etc.

value

The value of the specified field