robinhood-on-rails icon indicating copy to clipboard operation
robinhood-on-rails copied to clipboard

Implementing the historical Options orders endpoint.

Open AGDoesCode opened this issue 3 years ago • 0 comments

Any chance we can get this implemented. def get_option_orders @option_orders = get_all_results robinhood_get("#{ROBINHOOD_API_URL}/options/orders/") end

I have never coded in ruby so it's causing some headache but logically it seems very straight forward if you know the language constructs.

Thanks for all the hard work.

AGDoesCode avatar Aug 30 '20 04:08 AGDoesCode