trade29.sc.commands.FilledOrdersResponse#
- class trade29.sc.commands.FilledOrdersResponse(request, response)#
A response detailing filled orders.
Attributes
request_id
(int) The request ID associated with this response.
request
(ChartDataRequest) The request passed through the
SCBridge
to get this response.rdata
(dict) The raw data from the T29-SC-dX DLL as a dictionary.
Methods
as_df()
Represents the filled orders records as a
pandas.DataFrame
.