user-docs icon indicating copy to clipboard operation
user-docs copied to clipboard

Enhancement: Add Notes to 'submit_order'

Open Jacyle opened this issue 5 years ago • 1 comments

Could you please add a feature to submit_order that allows you to add notes. This would be helpful in tracking and logging trades.

Example: api.submit_order(symbol, qty, side,type=type, time_in_force=time_in_force, limit_price=None, stop_price=None, client_order_id=None, note = 'this could be a note, so I know why the trade was executed')

Jacyle avatar Jul 12 '19 15:07 Jacyle

This is what client_order_id is for. It's how you can track an order with your own custom UUID.

Petersoj avatar Feb 21 '20 21:02 Petersoj