thammo4 / uvatradier

Python wrapper for the Tradier brokerage API
Apache License 2.0
16 stars 12 forks source link

Add optional 'tag' argument to EquityOrder and OptionsOrder order submission methods #38

Open thammo4 opened 1 month ago

thammo4 commented 1 month ago

It doesn't seem that Tradier stores historical orders in any single place, and they can only be accessed via the order id returned from the API call, so it seems there is practical value in saving these. tagging with words will probably save some confusion later on.