Skip to content

Commit

Permalink
fixed space
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Dec 13, 2024
1 parent 78be27e commit e2598eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboquant/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class Order:
"""
A trading order for an asset. Each order has a `size` and a `limit` price.
Order with a positive `size` are buy orders and with a negative `size` are sell orders.
Order with a positive `size` are buy orders and with a negative `size` are sell orders.
The `gtd` (good till date) is optional and if not set implies the order is valid
for ever. The `info` will hold any abritrary properties (kwargs) set on the order.
Expand Down

0 comments on commit e2598eb

Please sign in to comment.