You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the sample code in the README shows how to create a default order but not how to modify such an order. Without enumerated types for the various order properties, we cannot write easy to read code to modify the order.
You make a good point indeed. We'll escalate this and commit a patch to the code as soon as we can.
Many thanks for your valuable inputs - much appreciated!
integracore2
changed the title
expose the trading constants so we can create/modify orders symbolically
[Enhancement Request] expose the trading constants so we can create/modify orders symbolically
Apr 16, 2020
the sample code in the README shows how to create a default order but not how to modify such an order. Without enumerated types for the various order properties, we cannot write easy to read code to modify the order.
The constants are even in the code as comments:
but they should be in the code as actual values so someone importing the module can use them.
The text was updated successfully, but these errors were encountered: