trade29.sc.commands.GetChartDrawingsResponse#
- class trade29.sc.commands.GetChartDrawingsResponse(request, response)#
A response containing fetched chart drawings
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.
drawings
(dict[int, ChartDrawing]) All of the chart drawings that were fetched indexed by line number. Note that this dictionary will only include drawings that can be drawn through the Sierra Chart drawing API. There are some drawings that can only be drawn by user tools and those will not appear in this dictionary. To access user-only drawings, use the
rdata
attribute.