Syntax
Public Event GeneralClientParamRecieved(ByVal AccountIDPrefixType As String, ByVal AccountIDPostfixType As String, ByVal AutoLiquidateType As Boolean, ByVal CommissionCalculationType As String, ByVal DailyStatementType As Boolean, ByVal EnableHedgingType As Boolean, ByVal EnableInterestType As Boolean, ByVal EnableNewsType As Boolean, ByVal SMSAlertEnabledType As Boolean, ByVal SMSScheduleEnabledType As Boolean, ByVal GMTOffsetType As String, ByVal LiquidationPointType As Double, ByVal LiquidationTypeType As String, ByVal MarginRequirementType As String, ByVal MonthlyStatementType As Boolean, ByVal PrivateNewsType As String, ByVal StatementFooterType As String, ByVal StatementHeaderType As String, ByVal WeeklyStatementType As Boolean, ByVal AccountIDPrefixInherited As Boolean, ByVal AccountIDPostfixInherited As Boolean, ByVal AutoLiquidateInherited As Boolean, ByVal CommissionCalculationInherited As Boolean, ByVal DailyStatementInherited As Boolean, ByVal EnableHedgingInherited As Boolean, ByVal EnableInterestInherited As Boolean, ByVal EnableNewsInherited As Boolean, ByVal SMSAlertEnabledInherited As Boolean, ByVal SMSScheduleEnabledInherited As Boolean, ByVal GMTOffsetInherited As Boolean, ByVal LiquidationPointInherited As Boolean, ByVal LiquidationTypeTypeInherited As Boolean, ByVal MarginRequirementInherited As Boolean, ByVal MonthlyStatementInherited As Boolean, ByVal PrivateNewsInherited As Boolean, ByVal StatementFooterInherited As Boolean, ByVal StatementHeaderInherited As Boolean, ByVal WeeklyStatementInherited As Boolean)
Description
This event raises after calling GetGeneralClientParameters method to receive general parameters for the requested client ID.
Parameters
Part |
Description |
AccountIDPrefixType |
The standard prefix for a certain account, it will appear after the account ID of client statement, value of type is String |
AccountIDPostfixType |
The standard Postfix for a certain account, it will appear after the account ID of client statement, value of type is String |
AutoLiquidateType |
Boolean value, if true then when the account reaches to liquidation point all account open positions will be closed automatically. Otherwise the client open positions will be closed and sent to the dealers chatting screen |
CommissionCalculationType |
When to calculate the commission value (Before/After opening the positions), value of type is String |
DailyStatementType |
Boolean value, if it is true then the daily email statement enabled otherwise it is disabled |
EnableHedgingType |
To indicate if the hedge is enabled/disabled for your clients, value of type is Boolean |
EnableInterestType |
To indicate if the interest is enabled/disabled for the client, value of type is Boolean |
EnableNewsType |
To indicate if the news source is active or not, value of type is Boolean |
SMSAlertEnabledType |
To indicate if the SMS alerting service is enabled/disabled, value of type is Boolean |
SMSScheduleEnabledType |
To indicate if the SMS alerting service is enabled/disabled, value of type is Boolean |
GMTOffsetType |
The value for GMT offset of the client, value of type is String |
LiquidationPointType |
The value that the client liquidate on it, value of type is Double |
LiquidationTypeType |
There are two types of liquidation either on equity or margin level, value of type is String |
MarginRequirementType |
To indicate how to calculate the margin requirement, value of type Sis tring |
MonthlyStatementType |
To indicate if the monthly email statement is enabled/disabled, value of type is Boolean |
PrivateNewsType |
To indicate the value of private news for client, value of is string |
StatementFooterType |
The value of footer statement, value of type is String |
StatementHeaderType |
The value of header statement, value of type is String |
WeeklyStatementType |
To indicate if the weekly email statement is enabled/disabled, value of type is Boolean |
AccountIDPrefixInherited |
The standard prefix for a certain account, this value appears after the account ID of client statements that take from parent node, value of type is String |
AccountIDPostfixInherited |
The standard Postfix for certain account, this value appear after the account ID of client statements that takes from parent node, value of type is String |
AutoLiquidateInherited |
Boolean value taken from parent node, if true then when the account reach to liquidation point all his open position will be closed automatically. Otherwise the client open positions will be closed and sent to the dealers chatting screen |
CommissionCalculationInherited |
When to calculate the commission value which takes its value from parent node, value of type is String |
DailyStatementInherited |
Boolean value that takes its value from parent node if it true then the daily email statement enabled otherwise it is disabled |
EnableHedgingInherited |
To indicate if the hedge is enabled/disabled for your clients that take its value from parent node, value of type is Boolean |
EnableInterestInherited |
To indicate if the interest is enabled/disabled for the client, value of type is Boolean |
EnableNewsInherited |
To indicate if the news source active or not, value of type is Boolean |
SMSAlertEnabledInherited |
To indicate if the SMS alerting service is enabled/disabled which takes its value from parent node, value of type is Boolean |
SMSScheduleEnabledInherited |
To indicate if the SMS scheduleing service is enabled/disabled which take its value from parent node, value of type is Boolean |
GMTOffsetInherited |
The value for GMT offset for the client, takes its value from parent node, value of type is String |
LiquidationPointInherited |
The value that the client liquidate on it, takes its value from parent node, value of type is Double |
LiquidationTypeTypeInherited |
There are two types of liquidation either on equity or margin level, it takes its value from parent node, value of type is String |
MarginRequirementInherited |
To indicate how to calculate the margin requirement, it takes its value from parent node, value of type is String |
MonthlyStatementInherited |
To indicate if the monthly email statement is enabled/disabled, it takes its value from parent node, value of type is Boolean |
PrivateNewsInherited |
To indicate the value of private news for client, take its value from parent node, value of string |
StatementFooterInherited |
The value of footer statement, take its value from parent node, value of type is String |
StatementHeaderInherited |
The value of header statement, take its value from parent node., value of type is String |
WeeklyStatementInherited |
To indicate if the weekly email statement is enabled/disabled, it takes its value from parent node, value of type is Boolean |
See Also
VertexFX Backoffice API Index
|