We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to use a custom exchange via order properties.
The default exchange the Symbol should be routed to is hard-coded as "Smart," and we might need to send it to another.
Implement PreferredExchange in InteractiveBrokerOrderProperties and use this value as default.
PreferredExchange
InteractiveBrokerOrderProperties
N/A
master
The text was updated successfully, but these errors were encountered:
any progress?
Sorry, something went wrong.
can u give me some advise to implment this feature @AlexCatarino
Hi @violet-day, The OrderProperties has the Exchange property. We can use this property to set the contract.Exchange.
We have an example on how to use order properties here.
Good luck!
No branches or pull requests
Expected Behavior
Be able to use a custom exchange via order properties.
Actual Behavior
The default exchange the Symbol should be routed to is hard-coded as "Smart," and we might need to send it to another.
Potential Solution
Implement
PreferredExchange
inInteractiveBrokerOrderProperties
and use this value as default.Reproducing the Problem
N/A
Checklist
master
branchThe text was updated successfully, but these errors were encountered: