Support Board
Date/Time: Thu, 03 Jul 2025 16:35:28 +0000
Post From: MARKET_DEPTH_REJECT Subscribing again to market depth using a different symbol ID
[2019-10-29 18:41:05] |
uM8137 - Posts: 183 |
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, ... } |