blake epstein

Results 1 issues of blake epstein

When using this from the example ``` require 'alpaca/trade/api' Alpaca::Trade::Api.configure do |config| config.endpoint = 'https://paper-api.alpaca.markets' config.key_id = 'xxxxxxxx' config.key_secret = 'xxxxx' end client = Alpaca::Trade::Api::Client.new puts client.orders.last.inspect ``` It returns...