Syntax
UpdateSLTPOrder( AccountId As Long, OrderId As Long, lots As decimal, SL As decimal, TP As decimal)
Description
The UpdateSLTPOrder operation is used to update lots, SL and TP for a given account identifier and order identifier.
Request Parameters
| Name | Description | Required |
| AccountId |
|
Yes |
| OrderId |
|
Yes |
| Lots |
|
Yes |
| SL |
|
Yes |
| TP |
|
Yes |
Response Elements
| Name | Description |
| Result | This operation returns a JSON object of the type String. In case of success. Ticket ID: Ticket number which SLTP order related. In case of update failure, refer to the error code. |
See Also