bitmex-client-websocket icon indicating copy to clipboard operation
bitmex-client-websocket copied to clipboard

Recorder

Open quantitative-technologies opened this issue 3 years ago • 0 comments

Added the class BitmexWebsocketRecorderClient. It extends the BitmexWebsocketClient class to have the ability to save all of the output of the websocket to a file that can be played back through the BitmexFileCommunicator.

This could have alternatively been added to the websocket client instead, but in case it has potential future need for specific BitMEX related control it is better here.