We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SetHoldings method returns a list of OrderTicket as Liquidate does. All methods method that place trade should return OrderTicket (or list of).
Returns void.
If we need to save the reference to the orders SetHoldings generates, we need to use CalculateOrderQuantity+MarketOrder
N/A
master
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
The SetHoldings method returns a list of OrderTicket as Liquidate does. All methods method that place trade should return OrderTicket (or list of).
Actual Behavior
Returns void.
Motivation
If we need to save the reference to the orders SetHoldings generates, we need to use CalculateOrderQuantity+MarketOrder
Potential Solution
N/A
Checklist
master
branchThe text was updated successfully, but these errors were encountered: