Syntax
Public Function UpdateLimit (AccountID As Long, OrderID As Long, Lot As decimal, Price As decimal, Optional SL As String = "", Optional TP As String = "", Optional Note As String = "") As String
Description
The ManualUpdateLimit operation is used to update the given entry order number which belongs to the given account number.
Request Parameters
Name | Description | Required |
AccountID |
|
Yes |
OrderID |
|
Yes |
Lot |
|
Yes |
Price |
|
Yes |
SL |
|
No |
TP |
|
No |
Note |
|
No |
Response Elements
Name | Description |
Result | The operation returns the updated order number in case of success, otherwise, an explicit error code is returned |
See Also