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
if(Equals(body["type"],"LIMIT_MAKER")&&order.SecurityType==SecurityType.CryptoFuture){thrownewNotSupportedException($"{nameof(BinanceBaseRestApiClient)}.{nameof(CreateOrderBody)}: Unsupported order type: {order.Type} for {SecurityType.CryptoFuture}");}
We need to update the brokerage model too.
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
Binance Futures do not support limit maker orders (limit order with post-only property)
https://developers.binance.com/docs/derivatives/
Actual Behavior
When we place a limit order with post-only property, we get {"code":-1116,"msg":"Invalid orderType."}
Code
Potential Solution
BinanceBaseRestApiClient.cs#L272
We need to update the brokerage model too.
Checklist
master
branchThe text was updated successfully, but these errors were encountered: