A cryptowatch.
More...
#include <cryptowatch.h>
◆ Cryptowatch() [1/2]
trader::Cryptowatch::Cryptowatch |
( |
| ) |
|
◆ ~Cryptowatch()
trader::Cryptowatch::~Cryptowatch |
( |
| ) |
|
◆ Cryptowatch() [2/2]
trader::Cryptowatch::Cryptowatch |
( |
const Cryptowatch & |
| ) |
|
|
protected |
Initializes a new instance of the Cryptowatch class.
- Parameters
-
parameter1 | The first parameter. |
◆ getConnection()
Gets a connection.
- Parameters
-
connectionId | Identifier for the connection. |
- Returns
- The connection.
◆ invoke()
Dynamic::Var trader::Cryptowatch::invoke |
( |
const std::string & |
httpMethod, |
|
|
Poco::URI & |
uri |
|
) |
| |
|
virtual |
Executes the given operation on a different thread, and waits for the result.
- Parameters
-
httpMethod | The HTTP method. |
uri | [in,out] URI of the document. |
- Returns
- A Poco::Dynamic::Var.
- Exceptions
-
TimeoutException | Thrown when a Timeout error condition occurs. |
ApplicationException | Thrown when an Application error condition occurs. |
- Parameters
-
httpMethod | The HTTP method. |
uri | [in,out] URI of the document. |
- Returns
- A Dynamic::Var.
Implements trader::Api.
◆ operator=()
Assignment operator.
- Parameters
-
parameter1 | The first parameter. |
- Returns
- A shallow copy of this object.
The documentation for this class was generated from the following files:
- src/dataconnector/cryptowatch.h
- src/dataconnector/cryptowatch.cpp