hello:
I develop with EMA C++, I have a question shown as follows:
step 1: register quote f:.registerClient( "0001.HK......1000.HK" );
step2: register spread table registerClient( "0001MI.HK......1000MI.HK" );
my question is:will all the quote RefreshMsg returnd before the first spread table RefreshMsg return?
thank you .