Syntax
CloseOrder (AccountId As Long, Lots As Decimal, TicketId As Long)
Description
The CloseOrder operation is used to close fully or partially an open position for a specific account number.
Request Parameters
Name | Description | Required |
AccountId |
|
Yes |
Lots |
|
Yes |
TicketId |
|
Yes |
Response Elements
Name | Description |
Result | This method returns: 1. The new ticket identifier/success code in case of success, otherwise, see Error Codes. |
See Also