Skip to content
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

Error after upgrading to Version 2.12.0 - 03 Dec 2024 #61

Open
dante1989 opened this issue Dec 8, 2024 · 1 comment
Open

Error after upgrading to Version 2.12.0 - 03 Dec 2024 #61

dante1989 opened this issue Dec 8, 2024 · 1 comment

Comments

@dante1989
Copy link

dante1989 commented Dec 8, 2024

Try

Dim ItemGetAllOrder = Await clientFutureOKX.UnifiedApi.Trading.GetOrderHistoryAsync(InstrumentType.Swap, Symbol)
Msgbox (ItemGetAllOrder.Data.Count)
Return ItemGetAllOrder.Data
Catch ex As Exception
Msgoxn (ItemGetAllOrder.Error.Message"
End Try

The old version Version 2.11.0 - 28 Nov 2024 is working
But the new Version 2.12.0 - 03 Dec 2024. I got the error: Parameter name: sourceUnknown exception: Generic types are not valid.

@JKorf
Copy link
Owner

JKorf commented Dec 8, 2024

Hi, this was an issue happening in .Net framework which I wasn't aware of. It's fixed in the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants