trade29.sc.commands.StartReplayResponse#

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

A response containing info on wether or not starting a replay was successful.

Attributes

request_id

(int) The request ID associated with this response.

request

(SetDataFileRequest) The request passed through the SCBridge to get this response.

rdata

(dict) The raw data from the T29-SC-dX DLL as a dictionary.

is_success

(bool) True if successfully started replay.