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 was archived by the owner on Jul 29, 2024. It is now read-only.
Describe the bug
I believe the IFTXClientTradeApiTrading.ModifyOrderByClientOrderIdAsync interface and impl should take a string for clientOrderId (the first argument)
Describe the bug
I believe the IFTXClientTradeApiTrading.ModifyOrderByClientOrderIdAsync interface and impl should take a string for clientOrderId (the first argument)
To Reproduce
See here:
FTX.Net/FTX.Net/Interfaces/Clients/TradeApi/IFTXClientTradeApiTrading.cs
Line 104 in e38290c
clientOrderId is declared as a long
Expected behavior
clientOrderId is a string in the cancel and place methods, so it should probably be a string here.
The text was updated successfully, but these errors were encountered: