Dear support,
java version "1.7.0_25"
JForex 2.25.7
If I run code below in HT
public void onStart(IContext context) throws JFException {
final IAccount account = context.getAccount();
console.getInfo().println("AccountId: '" + account.getAccountId() + "'");
console.getInfo().println("UserName: '" + account.getUserName() + "'");
I will get user name equal to NULL,
09:32:15 UserName: 'null'
09:32:15 AccountId: ''
but If I run Dukascopy tester in Eclipse, I will get demo user name
09:32:15 UserName: 'DEMO...'
09:32:15 AccountId: ''
Please, can you tell expected UserName from your point of view?