Syntax
Public Function NewFixOrder (AccountID As Long, Symbol As Integer, Lots As Double, Optional note As String = "") As String
Description
The NewFixOrder takes new Fix Order.
Request Parameters
| Name | Description | Required |
| AccountID |
|
Yes |
| Symbol |
|
Yes |
| lots |
|
Yes |
| note |
|
NO |
Response Elements
| Name | Description |
| Result | The operation returns the Order ID in case of success, otherwise, an explicit error code is returned |
See Also