trade29.sc.commands.ModifyOrderResponse#

class trade29.sc.commands.ModifyOrderResponse(request, response)#

A response containing the results of modifying 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 modifying the order. Note that a success does not necessarily mean that the modification succeeded, just that it passed initial processing.