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
It appears through testing that there is some sort of problem when submitting the orders created with the create trade module that have single quotes (') in the dictionary. I kept having a problem getting the orders to submit to my production TD account. Then when I changed the single quotes(') to double quotes(") (as is depicted in the example they provide in the API guide) the order went through just fine. Are you aware of this?
Seems somewhat peculiar that the API would be written this way, but that is what my testing has borne out. Would appreciate any comments from anyone else who is using this to chime in.
If I am correct, it would be worthy of making the changes in the trades Class to remedy this. Please advise.
The text was updated successfully, but these errors were encountered:
It appears through testing that there is some sort of problem when submitting the orders created with the create trade module that have single quotes (') in the dictionary. I kept having a problem getting the orders to submit to my production TD account. Then when I changed the single quotes(') to double quotes(") (as is depicted in the example they provide in the API guide) the order went through just fine. Are you aware of this?
Seems somewhat peculiar that the API would be written this way, but that is what my testing has borne out. Would appreciate any comments from anyone else who is using this to chime in.
If I am correct, it would be worthy of making the changes in the trades Class to remedy this. Please advise.
The text was updated successfully, but these errors were encountered: