Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 23:29:31 +0000



Post From: SC 1850; issue with sc.SendOrdersToTradeService

[2019-01-02 12:27:45]
@sstfrederik - Posts: 403
Hi,

After a note from one of my clients I ran some tests and it appears that version 1850 has an issue with sc.SendOrdersToTradeService. My AT has this variable set consistently (see code below) and worked fine previously, but this does not seem to work for SC 1850. I tested SC version 1808 and 1853, which are fine. When going live the trade service log gives the following message indicating sc.SendOrdersToTradeService not set correctly.

Trade service log on this:
F.US.CLEG19 [CV] 550 Trades #1 | SendOrdersToTradeService is not consistent with 'Trade >> Trade Simulation Mode On' setting. Order action ignored. | 2019-01-02 07:12:28

This post is meant to make you aware of my observation and help with any future support requests on this version.

Kind regards,

Frederik


if (sc.GlobalTradeSimulationIsOn == 1)
sc.SendOrdersToTradeService = 0;
else
sc.SendOrdersToTradeService = 1;

Date Time Of Last Edit: 2019-01-02 12:46:32