Concerning Real-Time Quotes, if I wish to make multiple requests at the same time, I have the following questions:
1) Is there a limit as to how many I can make? I have read that there is a limit to the amount of historical requests which can be made with an IESignal.Hooks object at one time.
2) I am wondering if there is an option to send a user defined 'tag' when making a RequestSymbol() request. What I would like to accomplish is to send a unique id with my request to determine which symbol the data is for when the OnQuoteChanged() event fires. Seems that the only way to do so is use the sSymbol string to do this.
1) Is there a limit as to how many I can make? I have read that there is a limit to the amount of historical requests which can be made with an IESignal.Hooks object at one time.
2) I am wondering if there is an option to send a user defined 'tag' when making a RequestSymbol() request. What I would like to accomplish is to send a unique id with my request to determine which symbol the data is for when the OnQuoteChanged() event fires. Seems that the only way to do so is use the sSymbol string to do this.
Comment