|
| virtual | ~Api () |
| | Finalizes an instance of the API class. More...
|
| |
| virtual Poco::Dynamic::Var | invoke (const std::string &httpMethod, Poco::URI &uri)=0 |
| | Executes the given operation on a different thread, and waits for the result. More...
|
| |
| virtual void | setParams (const std::string &) |
| | Sets the parameters. More...
|
| |
◆ ~Api()
| virtual trader::Api::~Api |
( |
| ) |
|
|
inlinevirtual |
Finalizes an instance of the API class.
◆ invoke()
| virtual Poco::Dynamic::Var trader::Api::invoke |
( |
const std::string & |
httpMethod, |
|
|
Poco::URI & |
uri |
|
) |
| |
|
pure virtual |
◆ setParams()
| virtual void trader::Api::setParams |
( |
const std::string & |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: