trade29.sc.commands.FlatToFlatTradeListResponse#
- class trade29.sc.commands.FlatToFlatTradeListResponse(request, response)#
A response detailing flat to flat trades.
This is the same as what is seen in the trade activity log’s
Trades
tab in Sierra Chart accessible through the topbar:Trade>Trade Activity Log
.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 trade list as a
pandas.DataFrame
.