|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lmax.api.account.AccountDetails
public class AccountDetails
Contains the account details for the logged-in account.
Constructor Summary | |
---|---|
AccountDetails(long accountId,
java.lang.String username,
java.lang.String currency,
java.lang.String registrationLegalEntity,
java.lang.String displayLocale,
boolean fundingAllowed)
Constructor for the AccountDetails value object. |
Method Summary | |
---|---|
long |
getAccountId()
Returns the account id for the registered user. |
java.lang.String |
getCurrency()
Returns the base currency for the registered user. |
java.lang.String |
getDisplayLocale()
Returns the locale the user has registered in. |
java.lang.String |
getRegistrationLegalEntity()
Returns the legal entity the user has registered in. |
java.lang.String |
getUsername()
Returns the username for the registered user. |
boolean |
isFundingAllowed()
Returns true if funding is allowed. |
java.lang.String |
toString()
String representation of AccountDetails. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccountDetails(long accountId, java.lang.String username, java.lang.String currency, java.lang.String registrationLegalEntity, java.lang.String displayLocale, boolean fundingAllowed)
accountId
- the account id for the registered user.username
- the username for the registered user.currency
- the base currency for the registered user.registrationLegalEntity
- the legal entity the user has registered in.displayLocale
- the locale the user has registered in.fundingAllowed
- true if funding is allowed.Method Detail |
---|
public java.lang.String getUsername()
public java.lang.String getCurrency()
public long getAccountId()
public java.lang.String getRegistrationLegalEntity()
public java.lang.String getDisplayLocale()
public boolean isFundingAllowed()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |