Skip to content

Commit

Permalink
Merge pull request #37 from MaxxRK/deepsource-transform-9bdff723
Browse files Browse the repository at this point in the history
style: format code with Black and isort
  • Loading branch information
MaxxRK authored Jul 25, 2024
2 parents d5b9f53 + 0ac9666 commit c08bf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firstrade/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit c08bf99

Please sign in to comment.