SYNTAX
Public Function AccountSummaries(ByRef balance As Double, ByRef FltPL As Double, ByRef credit As Double, ByRef equity As Double, ByRef marginReq As Double, ByRef marginLevel As Double, ByRef EffMargin As Double) As CallingResultsEnum
DESCRIPTION
...
SYNTAX
Public Function AccountInfoString(ByVal property_id As ENUM_ACCOUNT_INFO_STRING) As String
DESCRIPTION
This function used to return the value of type string
that corresponding at account property for Selected account
Parameters
Parameter ...
SYNTAX
Public Function AccountInfoInteger(ByVal property_id As ENUM_ACCOUNT_INFO_INTEGER) As Long
DESCRIPTION
This function used to return the value of type Long that corresponding
at account property for Selected account .
PARAMETERS
Parameter
...
SYNTAX
Public Function AccountInfoDouble(ByVal property_id As ENUM_ACCOUNT_INFO_DOUBLE) As Double
DISCREPTION
This function used to return the value of type double
that corresponding at account property for Selected account
PARAMETERS
Parameter
...