Skip to content

Commit 3ef66d0

Browse files
committed
Merge branch 'feature/advanced-order-types-2' of https://github.com/alpacahq/alpaca-trade-api-python into feature/advanced-order-types-2
2 parents 70149f3 + 05a0b88 commit 3ef66d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Calls `GET /orders` and returns a list of `Order` entities.
111111
### REST.submit_order(symbol, qty, side, type, time_in_force, limit_price=None, stop_price=None, client_order_id=None, order_class=None, take_profit=None, stop_loss=None)
112112
Calls `POST /orders` and returns an `Order` entity.
113113

114-
Below is an example of submitting a bracket orders.
114+
Below is an example of submitting a bracket order.
115115
```py
116116
api.submit_order(
117117
symbol='SPY',

0 commit comments

Comments
 (0)