Syntax
Public Overrides Function RejectRequotedOrder(ByVal OrderID As String) As TransResult
Description
This function should reject re-quoted order with the LP, this will return an object of typeTransResultthat represents a fail or success result.
Parameters
Key | Description |
OrderID | Order number to be rejected the reqouted, value of type String. |
See Also