Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Aug 18, 2020
1 parent 2610d34 commit 45f9a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca_trade_api/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def submit_order(self,
:param symbol: symbol or asset ID
:param qty: int
:param side: buy or sell
:param type: market, limit, stop, or stop_limit
:param type: market, limit, stop, stop_limit or trailing_stop
:param time_in_force: day, gtc, opg, cls, ioc, fok
:param limit_price: str of float
:param stop_price: str of float
Expand Down

0 comments on commit 45f9a82

Please sign in to comment.