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.
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.