You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My data entries are incorrect for the configuration class. For privacy, I have replaced the characters with 'x'. I can't run the samples as the executions end at the account-related codes. Please help me. Thank you 👍
privatevoidrunTest() throwsExecuteException, RequestException
{
System.out.println("TEST - GET /accounts");
System.out.println("CHECK 200 - The list of authorized AccoungetInstrumentsts has been provided, expecting "+accountId+" in list.");
List<AccountProperties> accountProperties = ctx.account.list().getAccounts();
For StepByStepOrder, the program ends here:
publicabstractclassStepByStepOrder {
publicstaticvoidmain(String[] args) {
Contextctx = newContext(Config.URL, Config.TOKEN);
AccountIDaccountId = Config.ACCOUNTID;
InstrumentNametradeableInstrument = Config.INSTRUMENT;
// EXAMPLE: No parametersSystem.out.println("Make sure we have a valid account");
try {
// Execute the request and obtain a response objectAccountListResponseresponse = ctx.account.list();
The text was updated successfully, but these errors were encountered:
Hello,
My data entries are incorrect for the configuration class. For privacy, I have replaced the characters with 'x'. I can't run the samples as the executions end at the account-related codes. Please help me. Thank you 👍
For
AccountUpdateLoop
, the program ends here:For
TestTradesAndOrders
, the program ends here:For
StepByStepOrder
, the program ends here:The text was updated successfully, but these errors were encountered: