public interface IClientInfo
Modifier and Type | Method and Description |
---|---|
ICurrency |
getAccountCurrency()
Returns account currency
|
double |
getBalance()
Returns client's investment balance in the trader base currency.
The last client investment balance available is the balance for the previous end-of-day processing. |
double |
getBaseEquity()
Returns current client's base investment equity (No open Profit/Loss) in the trader base currency.
Value returned by this function is for information purposes and can be incorrect right after order changes, as it is updated about every 5 seconds. |
String |
getClientId()
Returns client id
|
IAccount.AccountState |
getClientState()
Returns client state
|
Currency |
getCurrency()
Deprecated.
Use
getAccountCurrency() instead |
double |
getEquity()
Returns current client's investment equity in the trader base currency.
Value returned by this function is for information purposes and can be incorrect right after order changes, as it is updated about every 5 seconds |
double |
getRatio()
Returns the client's market share - a double value with a positive sign, greater than or equal to 0.0 and less than or equal to 1.0.
|
double |
getStopLossLevel()
Returns client's equity stop loss level.
|
String getClientId()
IAccount.AccountState getClientState()
state
@Deprecated Currency getCurrency()
getAccountCurrency()
insteadICurrency getAccountCurrency()
double getStopLossLevel()
double getEquity()
double getBaseEquity()
double getBalance()
double getRatio()
Copyright © 2016. All rights reserved.