I create an instance of CacheControl.
I believe saying something like CacheControl.Submit("L1", "True", errorMsg) begins listening.
To get a value for a symbol I do something like this: CacheControl.GetL1Value("SPY", "Bid", L1_BidPx)
That gets me a bid of SPY at the moment.
Is there an event which gets fired with a given field is updated? For instance Bid changed from 234.56 to 234.57
is there an example of it being used?
What is the use for CacheControl.CacheEvent? How is it used?