Subscription APIs

Less than 1 minute

Account Changes

MethodDescriptionCallback Method
subscribe_assetSubscribe to asset changepush_client->set_asset_changed_callback
unsubscribe_assetCancel asset change subscription
subscribe_positionSubscribe to position changepush_client->set_position_changed_callback
unsubscribe_positionCancel position change subscription
subscribe_orderSubscribe to order changepush_client->set_order_changed_callback
unsubscribe_orderCancel order change subscription

Market Data Streaming

MethodDescriptionCallback Method
subscribe_quoteSubscribe to market quotepush_client->set_quote_changed_callback
subscribe_depth_quoteSubscribe to market depth quotepush_client->set_quote_depth_changed_callback
subscribe_tickSubscribe to tickpush_client->subscribe_tick
subscribe_optionSubscribe to options market quotePushClient.quote_changed
query_subscribed_quoteGet a list of subscribed symbolspush_client->set_query_subscribed_symbols_changed_callback
subscribe future quoteSubscribe to futures market quotepush_client->set_quote_changed_callback
subscribe stock top dataSubscribe to stock top datapush_client->set_stock_top_changed_callback
subscribe option top dataSubscribe to the option's market top datapush_client->set_option_top_changed_callback

Other Events

MethodCallback Method
Connectedpush_client->set_connected_callback
Disconnectedpush_client->set_disconnected_callback
Connection Errorpush_client->set_error_callback
Last update: