Is there any possible way that I can construct my own Refresh or Update Msg as callback argument so that I can construct my data for test, without waiting market open for real quotes from ema sdk ?
I tried construct FieldList like this:
emaaccess::FieldList fl;
fl.addInt(FID_US_QUOTIM_MS, 3 * 3600);
fl.addUInt(FID_US_OPINT_1, 2000);
fl.complete();
But when iterate the field entries using forth() method, program will be terminated with signal 11 which generates coredump.