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
BitfinexBrokerageModel doesn't allow placing orders for unsupported order types.
BitfinexBrokerageModel allows placing StopLimit orders, resulting in
System.NotSupportedException: BitfinexBrokerage.ConvertOrderType: Unsupported order type: StopLimit
Check for supported order types. We support market orders, limit orders, and stop market orders.
Place stop limit order with a BitfinexBrokerageModel.Bitfinex.
BitfinexBrokerageModel.Bitfinex
master
The text was updated successfully, but these errors were encountered:
JosueNina
No branches or pull requests
Expected Behavior
BitfinexBrokerageModel doesn't allow placing orders for unsupported order types.
Actual Behavior
BitfinexBrokerageModel allows placing StopLimit orders, resulting in
Potential Solution
Check for supported order types. We support market orders, limit orders, and stop market orders.
Reproducing the Problem
Place stop limit order with a
BitfinexBrokerageModel.Bitfinex
.Checklist
master
branchThe text was updated successfully, but these errors were encountered: