Syntax
Public function NewFixOrder (AccountId As Long, Symbol As Long, lots As Double, Optional note As String = "") As String
Description
The NewFixOrder operation is used to create new fix order for a specific account number
Request Parameters
| Name | Description | Required |
| AccountID |
|
Yes |
| Symbol |
|
Yes |
| lots |
|
Yes |
| note |
|
No |
Response Elements
| Name | Description |
| Result | The operation return an object As FixOrder type in case of success, otherwise an explicit error code
The Following are the FixOrder data member:
|
See Also