Syntax
Public Function RequoteOrder (OrderID As Long, ReqPrice As Decimal) As String
Description
The RequoteOrder operation is used to requote the given OrderID at a specific price.
Request Parameters
Name | Description | Required |
OrderID |
|
Yes |
ReqPrice |
|
Yes |
Response Elements
Name | Description |
Result | The operation returns the requoted order number in case of success, otherwise, an explicit error code is returned. |
See Also