DTC Protocol Discussion Forum
- DTC Protocol Discussion Forum |
- Search Board |
- Control Panel |
- View My Posts / Threads |
- Direct Messages
Date/Time: Fri, 29 Nov 2024 14:44:39 +0000
Post From: DTCMessageType : differences between binary encoding vs protocol buffers
[2021-06-11 03:34:45] |
homestar - Posts: 21 |
In DTC version 8, I've noticed two differences in message type integers between DTCProtocol.h (the fixed-length binary encoding) and DTCProtocol.proto (protocol buffers). They are: - In the .h file, we have HISTORICAL_ACCOUNT_BALANCE_RESPONSE==606. In the .proto file, we have HISTORICAL_ACCOUNT_BALANCE_RESPONSE==605. - In the .h file, we have MARKET_DATA_UPDATE_BID_ASK_FLOAT_WITH_MILLISECONDS==144. In the .proto file, there is no such enum member defined. |