COAccount
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 27 August 2020 10:10 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, the value of type Integer (Read-only) |
ClientID |
Associated client ID who owns this account, the value of type Integer (Read-only) |
FirstName |
The first name of the client who owns this account, the value of type String (Read-only) |
SecondName |
The second name of the client who owns this account, the value of type String (Read-only) |
ThirdName |
The third name of the client who owns this account, the value of type String (Read-only) |
LastName |
The last name of the client who owns this account, the value of type String (Read-only) |
FullName |
The full name of the client who owns this account, the 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, the value of type Double (Read-only) |
Balance |
The real amount of money that the client has in his account, the value of type Double (Read-only) |
Equity |
This equals to Balance+FLT P/L + Credit, the 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, the value of type Double (Read-only) |
MarginRequirement |
Called also Used margin which is the amount of money that the client can afford in his account to buy 1 lot of certain currency, the value of type Double (Read-only) |
FloatingProfitLoss |
The profit or loss the client gains or loses respectively, the value of type Double (Read-only) |
CommCalc |
The commission calculates way, the value of type CommCalcTypeEnum (Read-only) |
See Also
VertexFX Client API Index
|
(1 vote(s))
Helpful Not helpful
|