Closed ebenali closed 4 years ago
Under Websocket subscribe BBO:
The spec says:
mrid | true | string | Order ID . . version | true | string | version ID.
while both fields in the example to the right show an integral type value:
{ "ch": "market.BTC-USD.bbo", "ts": 1489474082831, "tick":{ "ch": "market.BTC-USD.bbo", "mrid": 269073229, "id": 1539843937, "bid": [9999.9101, 1], "ask": [10010.9800, 10], "ts": 1539843937417, "version": 1539843937 } }
Thanks for your feedback.We will fix it ASAP.
We have fixed it.The type of version should be long type.
Under Websocket subscribe BBO:
The spec says:
while both fields in the example to the right show an integral type value: