there are:
the account username:
https://www.dukascopy.com/client/javadoc/com/dukascopy/api/IAccount.html#getUserName()the account's id:
https://www.dukascopy.com/client/javadoc/com/dukascopy/api/IAccount.html#getAccountId()the client's id: (one if a normal account, multiple if a PAMM)
https://www.dukascopy.com/client/javadoc/com/dukascopy/api/IClientInfo.html#getClientId()First one if the one to login with, with password, so I guess it's unique in dukascopy
the others id's are also strings, but in form of numbers, are they unique? or should I prefix them with username?
Thanks
The other issue is I was using Engine.getAccount() which is marked as deprecated
I have the latest jforex sources in the maven dependancies, and still IAccount.getUserName isn't availbale