|
| virtual | ~MDApplication () |
| |
| virtual void | stop ()=0 |
| |
| virtual void | join ()=0 |
| | Waits until application is stopped. More...
|
| |
| virtual void | release ()=0 |
| | Releases resources assigned to application. More...
|
| |
| virtual MicexFeed & | getStatisticsFeed () const =0 |
| | Retrieves statistics feed (stream) More...
|
| |
| virtual MicexFeed & | getOrdersFeed () const =0 |
| | Retrieves order feed (stream) More...
|
| |
| virtual MicexFeed & | getTradesFeed () const =0 |
| | Retrieves trades feed (stream) More...
|
| |
| virtual MicexFeed & | getStatusFeed () const =0 |
| | Retrives instrument status feed isf (stream) More...
|
| |
| virtual void | resolveInstrumentBySymbol (const Symbol &symb, const std::string &channel_id, SecurityDefinitionListener &listener)=0 |
| | Resolve instrument by Symbol from channel. More...
|
| |
| virtual void | stopResolveInstrumentBySymbol (const Symbol &symb, const std::string &channel_id, SecurityDefinitionListener &listener)=0 |
| | Stop resolving instrument by Symbol from channel. More...
|
| |
| virtual void | resolveInstrumentBySecurityId (const SecurityId &sec_id, const std::string &channel_id, SecurityDefinitionListener &listener)=0 |
| | Resolve instrument by security ID from channel. More...
|
| |
| virtual void | stopResolveInstrumentBySecurityId (const SecurityId &sec_id, const std::string &channel_id, SecurityDefinitionListener &listener)=0 |
| | Stop resolving instrument by security ID from channel. More...
|
| |
| virtual void | resolveInstrumentBySecurityDesc (const SecurityDescription &sec_desc, const std::string &channel_id, SecurityDefinitionListener &listener)=0 |
| | Resolve instrument by security description from channel. More...
|
| |
| virtual void | stopResolveInstrumentBySecurityDesc (const SecurityDescription &sec_desc, const std::string &channel_id, SecurityDefinitionListener &listener)=0 |
| | Stop resolving instrument by security description from channel. More...
|
| |
| virtual void | resolveInstrumentFromChannel (const std::string &channel_id, SecurityDefinitionListener &listener)=0 |
| | Resolve all instruments from channel. More...
|
| |
| virtual void | stopResolveInstrumentFromChannel (const std::string &channel_id, SecurityDefinitionListener &listener)=0 |
| | Stop resovling instruments from channel. More...
|
| |
| virtual MDApplicationListener * | getApplicationListener () const =0 |
| | Returns listener assigned to application. More...
|
| |
| virtual const MicexFeedStatistics * | getFeedStatistics (const std::string &channel_id, const std::string &connection_id)=0 |
| | Returns statistics data for the feed. More...
|
| |
| virtual const ChannelIds & | getChannelIds () const =0 |
| | Returns channel ids. More...
|
| |
Represents micex mfix application.