trade29.sc.commands.CancelOrderResponse#
- class trade29.sc.commands.CancelOrderResponse(request, response)#
A response containing the result of cancelling an order
Attributes
request_id
(int) The request ID associated with this response.
request
(MarketDepthRequest) The request passed through the
SCBridge
to get this response.rdata
(dict) The raw data from the T29-SC-dX DLL as a dictionary.
result
(
trade29.sc.constants.TradingOrderResult
) The result of the cancellation.