Detailed Description
All Handler classes are located under the OnixS::Nasdaq::OMX namespace. Header files are assembled in the <OnixS/Nasdaq/OMX.h>
header file.
The typical way of using the Handler is as follows:
- Create an instance of OnixS::Nasdaq::OMX::Handler class.
- Register Event Listeners (e.g. for Market Data or Order Status notifications).
- Establish the connection to NASDAQ OMX Exchange (using the OnixS::Nasdaq::OMX::Handler::connect method).
- Obtain a list of instruments including instrument details and start to listen updates (using the OnixS::Nasdaq::OMX::Handler::start method).
- Terminate the connection to NASDAQ OMX (using the OnixS::Nasdaq::OMX::Handler::disconnect method).