Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 19:46:17 +0000



Post From: ACSIL access to message/reason code in case of SCTRADING_ORDER_ERROR

[2023-01-27 19:28:16]
golding - Posts: 15
SC support, engineering

Is there a way for ACSIL to get the detailed message that goes into the trade service log (or even better a enum/code) when SCTRADING_ORDER_ERROR is returned. Having to manually determine the failure from an automated trading system (ATS), as opposed to being able to respond to the specific failure in the ATS.

See
    case SCTRADING_ORDER_ERROR:
      return "General order error. Refer to 'Trade >> Trade Service Log' for specific message for this trading action error";

Another request:

Alert and message logs can be saved to files thru global settings, but trade service log doesn't have the same setting - it must be saved manually. Is it possible to support this too?

thx
JG