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

BybitSpotOrderV3 is not deserialized correctly #128

Closed
uyarburak opened this issue May 19, 2023 · 1 comment
Closed

BybitSpotOrderV3 is not deserialized correctly #128

uyarburak opened this issue May 19, 2023 · 1 comment

Comments

@uyarburak
Copy link

https://bybit-exchange.github.io/docs/spot/trade/get-order#response-parameters

SPOT V3 Trade.GetOrder endpoint's response definition states that property name for the createTime is createTime instead of time

In the code below, CreateTime property always returns default(DateTime) because there is no time property to deserialize.

https://github.com/JKorf/Bybit.Net/blob/main/ByBit.Net/Objects/Models/Spot/v3/BybitSpotOrderV3.cs#L71

@JKorf
Copy link
Owner

JKorf commented May 22, 2023

Fixed it in the latest version

@JKorf JKorf closed this as completed May 22, 2023
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