trade29.sc.commands.StopReplayResponse#
- class trade29.sc.commands.StopReplayResponse(request, response)#
A response containing info on wether or not stopping 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 stopped replay.