defines Robotrader Factory interface More...
#include <IRTRobotFactory.h>
Public Member Functions | |
virtual RoboTrader * | create (const std::string &className)=0 |
virtual std::set< std::string > & | get_class_names ()=0 |
defines Robotrader Factory interface
virtual RoboTrader* RT::IRTRobotFactory::create | ( | const std::string & | className | ) | [pure virtual] |
Creates new RoboTrader and returns pointer.
className | Robotrader implementation identifier |
Implemented in RT::RTRobotFactory.
virtual std::set<std::string>& RT::IRTRobotFactory::get_class_names | ( | ) | [pure virtual] |
Get available Robotrader implementation identifiers.
Implemented in RT::RTRobotFactory.