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

client.getCandlestickBars function is generating error in com.fasterxml.jackson.databind.deser.impl library.. #46

Open
SmartTraderBot opened this issue May 16, 2021 · 0 comments

Comments

@SmartTraderBot
Copy link

com.fasterxml.jackson.databind.deser.impl;

in the function "" public Object deserialize(JsonParser p, DeserializationContext ctxt) ""

Object bean is generated unordered (properties of the class Candlestick),

but the ""SettableBeanProperty[] props"" is generated ordered alfabetically,

so,, when trying the function "" prop.deserializeAndSet(p, ctxt, bean);"" properties and values are mismaching and function try to set string value to Long and Long value to string...

I try to change @JsonPropertyOrder(alphabetic=true) of Candelstick class, but nothing changed...

Anybody has any idea????

Adsız

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

1 participant