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
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
[ ] User ID (should be pulled from request)
[ ] Stock ID
[ ] Limit price
[ ] Quantity
[ ] Expiration Date