trade29.sc.commands.SubmitOrderResponse#

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

A response containing OrderGroup s created in the submitted order request.

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.

order_groups

(list[OrderGroup]) A list of OrderGroup s that contain IDs for all orders created.