Skip to content

Commit

Permalink
deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
omdv committed Mar 22, 2021
1 parent 3c26222 commit 261f09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/robinhood_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def demo_orders(self):
orders = pd.DataFrame(index=range(11))
orders['created_at'] = pd.Timestamp('2018-01-02', tz='UTC')
orders['date'] = pd.Timestamp('2018-01-02', tz='UTC')
orders['symbol'] = ['MSFT', 'AAPL', 'CVX', 'XOM', 'BND', 'CAT', 'BA', 'BAC', 'JPM', 'MSFT']
orders['symbol'] = ['MSFT', 'AAPL', 'CVX', 'XOM', 'BND', 'CAT', 'BA', 'TIF', 'BAC', 'JPM', 'MSFT']
orders['current_size'] = 100
orders['signed_size'] = 100
orders['average_price'] = 100.0
Expand Down

0 comments on commit 261f09c

Please sign in to comment.