class Binance::Session
def initialize(options = {})
def initialize(options = {}) @base_url = options[:base_url] || 'https://api.binance.com' @auth = Authentication.new(options[:key], options[:secret], options[:private_key], options[:private_key_pass_phrase]) @logger = options[:logger] @show_weight_usage = options[:show_weight_usage] || false @show_header = options[:show_header] || false @timeout = options[:timeout] end