trade29.sc.commands.ChartDrawingResponse#

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

The result of some action with 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.

line_number

(int) The line number of the drawing added/modified/deleted. This is useful when adding drawing with unspecified line number as in that case the line number is generated by Sierra Chart.

is_success

(bool) Whether or not the action was a success.