Syntax
Public Function UpdateAccountInfo(ClientID As Long, AccountId As Long, Islocked As Boolean, DoNotLiquidate As Boolean, isDemo As Boolean, AccountType As String, ismargin As String, DefinedDate As String) As String
Description
The UpdateAccountInfo operation is used to update account information for a specific given account ID. Use GetAccountsIDs to get a list of account IDs that
belongs to a specific client
Request Parameters
Name | Description | Required |
ClientID |
|
Yes |
AccountID |
|
Yes |
IsLocked |
|
Yes |
DoNotLiquidate |
|
Yes |
IsDemo |
|
Yes |
AccountType |
|
Yes |
IsMargin |
|
Yes |
DefinedDate |
|
Yes |
Response Elements
Name | Description |
Result | The operation return an updated account identifier in case of success, otherwise, an explicit error code is returned |
See Also