The MtFeed sample is a more powerful and realistic sample application than MtBackground. It provides a real-time data feed via a single add-in function, MtfGet(Topic, Field).
Argument | Description |
---|---|
Topic | Name of the data set being retrieved, e.g. "IBM" |
Field | Name of the data field to be extracted from the data set, e.g. "BID", "VOLUME". |
The add-in runs a single background thread, which waits for data packets to arrive from a server application, and posts them to the main thread.
The sample files are provided in pre-built form in the Samples/Bin sub-directory. To run a sample, follow these steps: