Login Page - Create Account

Support Board


Date/Time: Wed, 24 Apr 2024 01:04:04 +0000



Post From: DTC Protocol

[2016-03-30 00:28:49]
vbmithr - Posts: 204
Hi Petr,

I advise you to use the protobuf encoding for SC. I did implement the fixed-length binary protocol entirely for a project, but if it was to be redone I would use protobuf, because with this you will always be automatically up to date with DTC no matter how it evolves (whereas with other encoding you have to follow changes).


For your question, 0x0323 = 803, you're receving an historical price data record response.
I bet SC sends you the data in the the binary protocol.