Syntax
CancelLimitOrder (AccountId As long, OrderId As Long)
Description
The CancelLimitOrder operation is used to delete a limit order at the specific given account number.
Request Parameters
Name | Description | Required |
AccountId |
|
Yes |
OrderId |
|
Yes |
Response Elements
Name | Description |
Result | This method returns 1 if the operation is successful. Type: JSON object as String. Note: If the Result is less than zero, then ErrorCode occurred. |
See Also