killkelleyr / stock_sim

Application for simulating actual trades
0 stars 0 forks source link

Buy/Sell Screen #33

Closed killkelleyr closed 4 years ago

killkelleyr commented 4 years ago

Using the stockSim.py program, a new method within the workflow class should be created for initiating a buy/sell. This should only allow a user to sell the stock if they own it. And should also only allow a user to buy if they have sufficient funds.

When this screen is called, it should be provided the TICKER to buy/sell. Then ask the user how many (in share numbers)

killkelleyr commented 4 years ago

/cib

create-issue-branch[bot] commented 4 years ago

Branch issue-33-Buy/Sell_Screen created!