Lean
Lean copied to clipboard
Order Scheduling Support
Expected Behavior
- Being able to schedule an order submission at a specific date and time, getting around any brokerage limitations
Actual Behavior
N/A
Potential Solution
- Maybe
Order/Requestcould have apublic DateTime? ScheduleTimeif set, the BTH, could add the order into a separate queue which is monitored by a separate task, so that when the order is due it just adds it to be processed - QCAlgorithm API support,
Checklist
- [x] I have completely filled out this template
- [x] I have confirmed that this issue exists on the current
masterbranch - [x] I have confirmed that this is not a duplicate issue by searching issues