COAccount
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 09 September 2020 09:40 AM
|
Description
This class represents the Account object that has the information for this account.
Properties
Part |
Description |
AccountID |
Associated account ID for the account,value of type Integer,Read–only. |
ClientID |
Associated client ID who own this account,value of type Integer. Read–only. |
FirstName |
The first name of the client who owns this account,value of type String.Read–only.
|
SecondName |
The second name of the client who owns this account,value of type String. Read–only. |
ThirdName |
The third name of the client who owns this account,value of type String. Read–only. |
LastName |
The last name of the client who owns this account,value of type String. Read–only. |
FullName |
The full name of the client who owns this account,value of type String Read–only |
DemoAccount |
Value of type Boolean to know of the account is demo or not .(true = demo ,false = real).Read–only |
Credit |
An amount of money put to the account of a certain client in order to be a paid later,value of type Double. Read–only |
Balance |
Real amount of money that the client has in his account,value of type Double. Read–only |
Equity |
This equals to Balance+FLT P/L + Credit,value of type Double.Read-only. |
MarginLevel |
This equals to (Equity/MarginReq) *100% (The bigger number ,the better),value of type Double.Read-only. |
EffectiveMargin |
Called also Free Margin which equals to Equity+marginReq,value of type Double.Read–only |
MarginRequirement |
Called also Used margin which is the amount of money that can client afford in his account to buy 1 lot of certain currency ,value of type Double .Read–only |
FloatingProfitLoss |
The profit or loss the client gains or loses respectively,value of type Double. Read-only |
Commcalc |
The commission calculate way ,value of type CommCalcTypeEnum .Read-only. |
DontLiquidate |
Value of type is Boolean to indicated if the client is not liquidate client or not.Read-only. |
Locked |
Value of Type is Boolean to indicated if the client is locked or not.Read-Only |
AccountType |
Type for account can be one of AccountTypeEnum .Read-Only. |
MarginAccount |
Value of type is Boolean to indicates if the account is a margin account or not.Read-Only |
See Also
VertexFX Backoffice API Index
|
(0 vote(s))
Helpful Not helpful
|