Effecient way to subscribe streaming for 100 symbols ?

Im looking to subscribe multiple symbols for the streaming feed .

UInt64 handle = consumer.registerClient( ReqMsg().domainType( MMT_SYMBOL_LIST ).serviceName( "hEDD" ).name( "JPY=" ), client );

This is what i'm using ,

How do i add a large set of symbols for Streaming request ?

Best Answer