Skip to content

Commit affef1d

Browse files
authored
Merge branch 'master' into patch-1
2 parents f50942b + ef13250 commit affef1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/py/bitmex-create-order.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'enableRateLimit': True,
1616
})
1717

18-
symbol = 'XBTM18' # bitcoin contract according to bitmex futures coding
18+
symbol = 'XBTM18' # bitcoin contract according to https://github.com/ccxt/ccxt/wiki/Manual#symbols-and-market-ids
1919
type = 'StopLimit' # or 'Market', or 'Stop' or 'StopLimit'
2020
side = 'sell' # or 'buy'
2121
amount = 1.0

0 commit comments

Comments
 (0)