diff --git a/firstrade/order.py b/firstrade/order.py index c412bc2..05e86af 100644 --- a/firstrade/order.py +++ b/firstrade/order.py @@ -104,7 +104,7 @@ def place_order( raise ValueError("AON orders must be a limit order.") if order_instruction == OrderInstructions.AON and quantity <= 100: raise ValueError("AON orders must be greater than 100 shares.") - + data = { "submiturl": "/cgi-bin/orderbar", "orderbar_clordid": "",