Skip to content

Commit 45f9a82

Browse files
committed
doc fix
1 parent 2610d34 commit 45f9a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca_trade_api/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def submit_order(self,
263263
:param symbol: symbol or asset ID
264264
:param qty: int
265265
:param side: buy or sell
266-
:param type: market, limit, stop, or stop_limit
266+
:param type: market, limit, stop, stop_limit or trailing_stop
267267
:param time_in_force: day, gtc, opg, cls, ioc, fok
268268
:param limit_price: str of float
269269
:param stop_price: str of float

0 commit comments

Comments
 (0)