Login Page - Create Account

Support Board


Date/Time: Thu, 09 May 2024 15:55:22 +0000



Post From: MARKET_DEPTH_REJECT Subscribing again to market depth using a different symbol ID

[2019-10-29 18:41:05]
uM8137 - Posts: 180
For anyone else in the future who gets this error: The likely issue
is that you wanted a depth snapshot but were re-subscribing to depth instead. The
difference is that after you are already subscribed, you want to say


MarketDepthRequest{
RequestAction: SNAPSHOT,
...
}

rather than

MarketDepthRequest{
RequestAction: SUBSCRIBE,
...
}