Login Page - Create Account

DTC Protocol Discussion Forum


Date/Time: Fri, 29 Nov 2024 15:50:35 +0000



Post From: Protocol buffers with golang - no response on wire to TRADE_ACCOUNTS_REQUEST

[2020-10-13 13:24:10]
vp_ftw - Posts: 12
Developing a DTC Client implementation in golang leveraging protocol buffers.

https://github.com/RileyR387/sc-dtc-client

Set Encoding - Works
Logon+Logon Respose - Works
Unsolicited balance updates - Works!
Auto Subscribe from server subs - Works
Auto Subscribed Market Data - Works

BUT:
I have not witnessed a heartbeat come across the wire from the server to the client, but my (client -> server heartbeat will keep the connection open all night parsing data)
I have been unable to get a response to "TRADE_ACCOUNTS_REQUEST" (Account List Messages)
I have been unable to get a response to "ACCOUNT_BALANCE_REQUEST" (Account Balance Data Messages)

I'm not sure where to go from here without seeing a working implementation... Any thoughts or advice would be appreciated!