#include <coinbase_websocket_client.h>
|
| using | ListenCb = std::function<void(const std::string&)> |
◆ ListenCb
◆ CoinbaseWebSocketClientConfig()
| crypto_trader::adaptors::CoinbaseWebSocketClientConfig::CoinbaseWebSocketClientConfig |
( |
const std::string & | host, |
|
|
const nlohmann::json & | text, |
|
|
const ListenCb & | listenCb, |
|
|
const std::shared_ptr< std::atomic_bool > & | isRunning ) |
|
inline |
◆ d_host
| std::string crypto_trader::adaptors::CoinbaseWebSocketClientConfig::d_host |
◆ d_isRunning
| std::shared_ptr<std::atomic_bool> crypto_trader::adaptors::CoinbaseWebSocketClientConfig::d_isRunning |
◆ d_listenCb
| ListenCb crypto_trader::adaptors::CoinbaseWebSocketClientConfig::d_listenCb |
◆ d_text
| nlohmann::json crypto_trader::adaptors::CoinbaseWebSocketClientConfig::d_text |
The documentation for this struct was generated from the following file: