Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 16:31:40 +0000



Post From: Requesting Alert Messages via DTC

[2023-07-24 18:34:25]
User675677 - Posts: 2
Hi,

I've been trying to create a personal DTC server which can fetch order and alert data from Sierra Charts. I am able to successfully send and receive a logon request as well request market data and symbol information. When my application requests any of the logging data, I receive an unknown Type error. I have tried these codes:

const uint16_t USER_MESSAGE = 700;
const uint16_t GENERAL_LOG_MESSAGE = 701;
const uint16_t ALERT_MESSAGE = 702;

Any help would be appreciated.

Thanks!