Skip to content

BitfinexBrokerageModel Doesn't Define Supported Order Types #8673

New issue

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

Open
4 tasks done
AlexCatarino opened this issue Apr 3, 2025 · 0 comments
Open
4 tasks done

BitfinexBrokerageModel Doesn't Define Supported Order Types #8673

AlexCatarino opened this issue Apr 3, 2025 · 0 comments
Assignees

Comments

@AlexCatarino
Copy link
Member

Expected Behavior

BitfinexBrokerageModel doesn't allow placing orders for unsupported order types.

Actual Behavior

BitfinexBrokerageModel allows placing StopLimit orders, resulting in

System.NotSupportedException: BitfinexBrokerage.ConvertOrderType: Unsupported order type: StopLimit

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

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants