I want to determine what is the side-effect if I request a quote that it does not exist, shown as below:
consumer.registerClient( ReqMsg().serviceName( "ELEKTRON_DD" ).name( "/abcd.HK" ), client ,(void *) &reqQuoteType1);
in the registerClient(), "/abcd.HK" is a bad quote code,
I wan to know the side-effect, if I request a bad code not carefully.