I have coded a C# app to use the API, and I need a way to figure out if the user has reached our symbol limit. I can't keep track internally because I'm allowing the user to subscribe to option chains, and when they do that I don't know how many symbols they've just subscribed to.
Is there an event that fires from the data manager letting me know that the symbol limit has been reached, OR is there a property on the Data Manager that I can check to see how many symbols have been subscribed to?
Is there an event that fires from the data manager letting me know that the symbol limit has been reached, OR is there a property on the Data Manager that I can check to see how many symbols have been subscribed to?
Comment