Skip to content

Commit 8186cf2

Browse files
author
Mike Cardillo
committed
Updated new place_stop_order example in README
1 parent 73625bb commit 8186cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ auth_client.place_market_order(product_id='BTC-USD',
201201
```python
202202
# Stop order. `funds` can be used instead of `size` here.
203203
auth_client.place_stop_order(product_id='BTC-USD',
204-
side='buy',
204+
stop_type='loss',
205205
price='200.00',
206206
size='0.01')
207207
```

0 commit comments

Comments
 (0)