Syntax
Public Function ChangeClientParam(ClientID As Long, ParamType As Long, InheritValue As Boolean, NewValue As String, Optional ByVal SymbolIDs As String = "-1") As String
Description
This function is used to change the Symbols and the value of the general parameter for the given clientID which the logged-in dealer has privilege on.
Parameters
| Name | Description | Required |
| ClientID |
|
Yes |
| ParamType |
|
Yes |
| InheritValue |
|
Yes |
| NewValue |
|
Yes |
| SymbolIDs |
|
No |
Response Elements
| Name | Description |
| Result | The The operation return 1 in case success , otherwise and explicit error code is returned |
See Also