Anyone figure if at all you can pull the ancillary details of a
ticker out reqMarket Data?
In other words return the exchange, secType, expiry, strike, right,
and currency for the ticker?
Sure would make it easier than maintaining an internal array for each
ticker id's spec's
tickPrice and tickType should have another sister:
tickSpecs(long id, string, symbol, string secType, string expiry,
float strike, string right, string exchange, string currency)
Thats my gripe...
Scott