Hi, I find Lightstreamer could be a very nice tool for getting streaming stock quotes from my broker to my client application. The broker API is https based and allows upto 300 symbols/request. I try to follow the stocklist demo in the installation to make this work. I have a few confusions here:

1. In the adaptor implementation, there is a init function:
public void Init(IDictionary parameters, string configFile) {
_myFeed.SetFeedListener(this);
_myFeed.Start();