|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountStateEvent
A event that contains all of the top level information about an account's current state.
Method Summary | |
---|---|
long |
getAccountId()
Get the account id that this event pertains to. |
FixedPointNumber |
getAvailableFunds()
Get the account's available funds. |
FixedPointNumber |
getAvailableToWithdraw()
Get the amount that this account is available to withdraw. |
FixedPointNumber |
getBalance()
Get the accounts current balance. |
FixedPointNumber |
getMargin()
Get the account's total margin. |
FixedPointNumber |
getUnrealisedProfitAndLoss()
Get a signed amount that is the account's unrealised profit (or loss). |
java.util.Map<java.lang.String,FixedPointNumber> |
getWallets()
Get the account's balances by currency. |
Method Detail |
---|
long getAccountId()
FixedPointNumber getBalance()
FixedPointNumber getAvailableFunds()
FixedPointNumber getAvailableToWithdraw()
FixedPointNumber getUnrealisedProfitAndLoss()
FixedPointNumber getMargin()
java.util.Map<java.lang.String,FixedPointNumber> getWallets()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |