Syntax
Event SummariesChanged(Balance As Double, FltPL As Double, Credit As Double, Equity As Double, MarginReq As Double, MarginLevel As Double, EffMargin As Double)
Description
This event fire when summary for selected account changed.
Parameters
Part |
Description |
Balance |
Real amount of money for this account |
FltPL |
Floating profit or loss for all open positions |
Credit |
An amount of money put to the account of a certain client in order to be a paid later. |
Equity |
This equals to Balance+FLT P/L + Credit |
MarginReq |
Called also Used margin which is the amount of money that can client afford in his account to buy 1 lot of certain currency |
MarginLevel |
This equals to (Equity/MarginReq) *100% (The bigger number ,the better). |
EffMargin |
Called also Free Margin which equals to Equity+marginReq. |
Remarks
Use this event to handle the selected account summary changing.
See Also
VertexFX Backoffice API Index
|