Login Page - Create Account

DTC Protocol Discussion Forum


Date/Time: Tue, 22 Apr 2025 12:13:09 +0000



Post From: [BUG] SierraChart as DTC client uses 6 more bytes in MarketDataUpdateTrade

[2021-04-13 10:40:10]
norvik_ - Posts: 106
DTC namespace uses 8 - byte alignment for all structures.
So, it is impossible for any object has 34 bytes size. If it is more than 32, will be 40 bytes.
See #32 of DTC.h
#pragma pack(push, 8)