Syntax
CreateAccount(ParentID As Integer, AccountID As Long, AccountType As Integer, IsDemo As Boolean, IsLocked As Boolean, DontLiquidate As Boolean, IsMargin As Boolean, UserDefinedDate As String) As String
Description
The CreateAccount operation is used to initialize a new account at a specific account type for the given client username.
Request Parameters
Name | Description | Required |
ParentID |
|
Yes |
AccountID |
|
Yes |
AccountType |
|
Yes |
IsDemo |
|
Yes |
IsLocked |
|
Yes |
DontLiquidate |
|
Yes |
IsMargin |
|
Yes |
UserDefinedDate |
|
Yes |
Response Elements
Name | Description |
Result | The operation returns the creation account number in case of success, otherwise, an explicit error code is returned. |
See Also
VertexFX Backoffice WCF Service Index