Dukascopy Support Board
http://www.dukascopy.com/swiss/english/forex/jforex/forum/

Build API: 2.13.54 Client: 3.3.11 / Date 2018-May-07
http://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=113&t=56487
Page 1 of 1

Author:  API Support [ Mon 07 May, 2018, 16:21 ]
Post subject:  Build API: 2.13.54 Client: 3.3.11 / Date 2018-May-07

ARTIFACTS VERSIONS:
DDS2-jClient-JForex 3.3.11
JForex-API 2.13.54

Fixed:
JFOREX-9848 pending orders out of synch after sleep and reconnect

New:
APICLIENT-2651 Add methods for VolumeWAP2 and TicksVWAP to IIndicators interface.
APICLIENT-2649 Adding unstable-period indicator to chart.
JFOREX-9843 Improve the time interval of the historical price feed request from API server.
JFOREX-9847 new CFD Bonds instrument group

Latest SDK download:
https://www.dukascopy.com/client/jforexl ... -3-SDK.zip
API Javadocs:
https://www.dukascopy.com/client/javadoc3/

Author:  API Support [ Tue 15 May, 2018, 13:12 ]
Post subject:  Re: Build API: 2.13.54 Client: 3.3.11 / Date 2018-May-07

Please note that there is a new version of SDK project. Please download SDK project from https://www.dukascopy.com/wiki/en/development/get-started-api/use-jforex-sdk/download-jforex-sdk#download-sdk.

Alternatively, it is possible to add the following code before calling IClient.connect.
System.setProperty("jnlp.client.mode", "DEMO");

Author:  Wallenstein [ Tue 15 May, 2018, 14:04 ]
Post subject:  Re: Build API: 2.13.54 Client: 3.3.11 / Date 2018-May-07

Still throws the Internal error. Error -9
if the System.setProperty("jnlp.client.mode", "DEMO");
not set.


API Support wrote:
Please note that there is a new version of SDK project. Please download SDK project from https://www.dukascopy.com/wiki/en/development/get-started-api/use-jforex-sdk/download-jforex-sdk#download-sdk.

Alternatively, it is possible to add the following code before calling IClient.connect.
System.setProperty("jnlp.client.mode", "DEMO");

Author:  API Support [ Tue 15 May, 2018, 17:04 ]
Post subject:  Re: Build API: 2.13.54 Client: 3.3.11 / Date 2018-May-07

Wallenstein wrote:
Still throws the Internal error. Error -9
if the System.setProperty("jnlp.client.mode", "DEMO");
not set.


API Support wrote:
Please note that there is a new version of SDK project. Please download SDK project from https://www.dukascopy.com/wiki/en/development/get-started-api/use-jforex-sdk/download-jforex-sdk#download-sdk.

Alternatively, it is possible to add the following code before calling IClient.connect.
System.setProperty("jnlp.client.mode", "DEMO");


Yes, by System.setProperty() you specify your environment. You can do it by changing envinronment variable
private static String environment = "DEMO"; //LIVE


Or by making settings directly before connecting to platform
System.setProperty("jnlp.client.mode", "DEMO" //LIVE);

  Page 1 of 1