We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77484fb + af9b4a5 commit 3e64b20Copy full SHA for 3e64b20
1 file changed
docs/examples.rst
@@ -260,10 +260,11 @@ Order Module
260
orderTerm = "GOOD_UNTIL_CANCEL" # "IMMEDIATE_OR_CANCEL" # "GOOD_FOR_DAY"
261
marketSession = "REGULAR"
262
priceType = "LIMIT"
263
+ clientOrderId = "ABC123456" # Unique alphanumeric identifier to prevent duplicate submissions of the same order
264
- resp = order.place_option_order(
265
+ resp = orders.place_option_order(
266
resp_format="xml",
- accountId = account_id,
267
+ accountIdKey = accountIDKey,
268
symbol = symbol,
269
callPut=callPut,
270
expiryDate=expiryDate,
0 commit comments