kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::WebSocketClient Member List

This is the complete list of members for kalshi::WebSocketClient, including all inherited members.

add_markets(ws::Subscription subscription, std::vector< std::string > market_tickers)kalshi::WebSocketClient
config() const noexceptkalshi::WebSocketClient
connect()kalshi::WebSocketClient
disconnect()kalshi::WebSocketClient
is_connected() const noexceptkalshi::WebSocketClient
list_subscriptions()kalshi::WebSocketClient
on_error(std::function< void(const WsError &)> callback)kalshi::WebSocketClient
on_message(std::function< void(const WsMessage &)> callback)kalshi::WebSocketClient
on_state_change(std::function< void(WsState)> callback)kalshi::WebSocketClient
operator=(WebSocketClient &&) noexceptkalshi::WebSocketClient
operator=(const WebSocketClient &)=deletekalshi::WebSocketClient
remove_markets(ws::Subscription subscription, std::vector< std::string > market_tickers)kalshi::WebSocketClient
request_snapshot(ws::Subscription subscription, std::vector< std::string > market_tickers)kalshi::WebSocketClient
state() const noexceptkalshi::WebSocketClient
subscribe(ws::Channel channel, ws::SubscribeParams params={})kalshi::WebSocketClient
subscriptions() constkalshi::WebSocketClient
unsubscribe(ws::Subscription subscription)kalshi::WebSocketClient
update_subscription(ws::Subscription subscription, const ws::UpdateSubscriptionParams &params)kalshi::WebSocketClient
WebSocketClient(Signer signer, WsConfig config={})kalshi::WebSocketClientexplicit
WebSocketClient(WebSocketClient &&) noexceptkalshi::WebSocketClient
WebSocketClient(const WebSocketClient &)=deletekalshi::WebSocketClient
~WebSocketClient()kalshi::WebSocketClient