Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 22:24:04 +0000



Post From: DTC C# code on github

[2014-08-02 06:48:19]
onnb - Posts: 663
see here: https://dl.dropboxusercontent.com/u/9913454/tmp/DTCServer.zip

It includes a winforms project of a simple server that listens for requests. Logon requests are returned successfully and a heartbeat message is sent to the client. Market data requests are rejected because I wanted to write a server that provides historical data only. I am still not receiving the historical data request from sc but that is another matter.

Also note that the project includes an updated version of the c# header file that I found in the https://github.com/SierraChart/CSharp-DTC-client project.