No Preview ID returned on place_equity_order() when selling #76
Unanswered
daniel-grinevich
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I write this function
previewSell = order.preview_equity_order(
accountId=ACCOUNT_KEY,
symbol='ge',
orderAction='SELL',
clientOrderId=res,
priceType='MARKET',
quantity=2,
marketSession='REGULAR',
orderTerm='GOOD_FOR_DAY',
)
I get no preview id returned
Beta Was this translation helpful? Give feedback.
All reactions