191 192 193
# File 'lib/bitmex/client.rb', line 191 def rest @rest ||= Rest.new host, api_key: api_key, api_secret: api_secret end