killkelleyr / stock_sim

Application for simulating actual trades
0 stars 0 forks source link

Buy/Sell Method #62

Open killkelleyr opened 3 years ago

killkelleyr commented 3 years ago

Once this method is called, it should automatically buy/sell the specific stock in question. The method should receive all the necessary elements for a buy/sell call. Once the order is placed, a new order object should be created to monitor the progress of the order. For the time being, we will only handle limit buys/sells

Required inputs to method