187 188 189
# File 'lib/bitmex/client.rb', line 187 def websocket @websocket ||= Websocket.new host, api_key: api_key, api_secret: api_secret end