You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: