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
Currently, it prints code that just sets everything in the class OrderBuilder, not an instance of it. The code could return a variable called "order" (or something else) that can then be used to edit/place the order more easily.
Example of current code:
The text was updated successfully, but these errors were encountered:
meltdown03
changed the title
Return an "order" variable in the generated code when using tda-order-codegen.py command-line script
Feature Request: Return an "order" variable in the generated code when using tda-order-codegen.py command-line script
Jul 25, 2021
Currently, it prints code that just sets everything in the class
OrderBuilder
, not an instance of it. The code could return a variable called "order" (or something else) that can then be used to edit/place the order more easily.Example of current code:
suggested output:
The text was updated successfully, but these errors were encountered: