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
{{ message }}
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.
master supports MarketOrder, LimitOrder, StopMarketOrder, StopLimitOrder
while Lean and TD Ameritrade supports also support MarketOnOpen (MOO), MarketOnClose (MOC) and ExerciseOption.
Potential Solution
Implement MOC and MOO orders.
ExerciseOption will come with Option support.
Checklist
I have completely filled out this template
I have confirmed that this issue exists on the current master branch
I have confirmed that this is not a duplicate issue by searching issues
I have provided detailed steps to reproduce the issue
The text was updated successfully, but these errors were encountered:
Expected Behavior
All order types available in both Lean and TD Ameritrade are supported.
https://developer.tdameritrade.com/account-access/apis/post/accounts/%7BaccountId%7D/orders-0
Actual Behavior
master
supports MarketOrder, LimitOrder, StopMarketOrder, StopLimitOrderwhile Lean and TD Ameritrade supports also support MarketOnOpen (MOO), MarketOnClose (MOC) and ExerciseOption.
Potential Solution
Implement MOC and MOO orders.
Checklist
master
branchThe text was updated successfully, but these errors were encountered: