|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
A handle for one channel subscription. More...
#include <kalshi/ws_models.hpp>
Public Attributes | |
| std::int64_t | id {0} |
| Channel | channel {Channel::Unknown} |
Friends | |
| bool | operator== (const Subscription &, const Subscription &)=default |
A handle for one channel subscription.
It stays the same across reconnects; the server's sid does not.
|
friend |
| std::int64_t kalshi::ws::Subscription::id {0} |
| Channel kalshi::ws::Subscription::channel {Channel::Unknown} |