Support Board
Date/Time: Fri, 29 Nov 2024 16:51:48 +0000
Post From: DTC Low latency routing needs more precise timestamps
[2023-01-28 17:12:07] |
User5044343 - Posts: 68 |
1. Where can I find the documentation for DTC_LOGON_REQUEST_INTEGER_1_SUPPORT_MILLISECOND_TIMESTAMPS_FOR_ORDERS or other params that can be set in Interger_1 in LOGON_REQUEST? 2. I'm assuming that if LOGON_RESPONSE comes back with Integer_1 as 0 it means I passed the parameter wrong? LOGON_REQUEST: {"Type":1,"HeartbeatIntervalInSeconds":0.1,"TradeMode":1,"Username": "xxx", "Password": "xxx","ClientName":"execute", "Integer_1": 131072} LOGON_RESPONSE: ( [Type] => 2 [ProtocolVersion] => 8 [Result] => 1 [Integer_1] => 0 [MarketDepthUpdatesBestBidAndAsk] => 0 [TradingIsSupported] => 1 [OCOOrdersSupported] => 1 [OrderCancelReplaceSupported] => 1 [SecurityDefinitionsSupported] => 1 [HistoricalPriceDataSupported] => 0 [ResubscribeWhenMarketDataFeedAvailable] => 0 [MarketDepthIsSupported] => 1 [OneHistoricalPriceDataRequestPerConnection] => 0 [BracketOrdersSupported] => 1 [UsesMultiplePositionsPerSymbolAndTradeAccount] => 0 [MarketDataSupported] => 1 [ResultText] => Connected to SC DTC Protocol server. Service=sc_futures_direct.dtc.trading|SymbolSettings=sc_futures_direct.dtc.trading [ReconnectAddress] => [ServerName] => SC DTC Server. Build=44325M [SymbolExchangeDelimiter] => ) |