Support Board
Date/Time: Fri, 29 Nov 2024 08:42:31 +0000
Post From: Connect Sierra Chart’s to a Custom/Internal DTC Protocol Server
[2023-02-24 13:18:08] |
eeTrader - Posts: 12 |
Came across the following link: Using DTC Server for Data and Trading in Another Sierra Chart Instance In using this information I set the Global Setting->Sierra Chart Server Settings to be the values on my in-house DTC Protocol Server and then went to File->New Instance which was able to do handshake (DTC::ENCODING_REQUEST) and Logon (DTC::LOGON_REQUEST + DTC::LOGON_RESPONSE) and process a DTC::HEARTBEAT message. In doing code debugging on my C++ solution it would be nice if the heartbeat message requirement could be disabled during development. Is this possible (disable heartbeat for session between Sierra Chart Application Client and WIP Custom DTC Protocol Server under development)? |