hello:
I develop with EMA C++。
I request for quote from HKSE, include index、stock、fund、ETF、warrant,position......and I get some error as follows:
"Item State: Closed / Suspect / Too many items / 'A20: Aggregate item limit exceeded.'"
but the count I add in the batch request array is less than "Maximum Batch"l
after I tried many times ,
I found when the total code num I request is bigger than 25270, I will get the errors,
if the total code num I request is less than 25270, bigger than 20553, I will not get the errors
20553 = 389 + 1 + 1978 + 223 + 6915 + 6915 + 4132;
the quotes I request is shown as follows:
count : 389------ GEM_HKSE_CHAIN
count : 1------ HKSE_DR_CHAIN
count : 1978------ HKSE_QUOTE_CHAIN
count : 223------ INDEX_HKSE_CHAIN
count : 1978------ HKSE_QUOTE_POSITION
count : 6915------ WARRANT_HKSE_CHAIN
count : 6915------ HKSE_WARRANT_POSITION
count : 4132------ HK_CBBC_CHAIN
count : 4132------ HK_CBBC_POSITION
count : 39------ HKSE_EFN_CHAIN
count : 40------ HKSE_FUND_CHAIN
count : 253------ ETF_HKSE_CHAIN
count : 253------ HK_FUND_POSITION"