XChange icon indicating copy to clipboard operation
XChange copied to clipboard

Deribit fails to init 5.0.13

Open yuriymyronovych opened this issue 2 years ago • 0 comments

Deribit seems to fail to init due to missing enum field:

Parsing response as org.knowm.xchange.deribit.v2.dto.DeribitResponse<java.util.List<org.knowm.xchange.deribit.v2.dto.marketdata.DeribitInstrument>> failed: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type org.knowm.xchange.deribit.v2.dto.Kind from String "future_combo": not one of the values accepted for Enum class: [future, option] at [Source: (StringReader); line: 1, column: 18799] (through reference chain: org.knowm.xchange.deribit.v2.dto.DeribitResponse["result"]->java.util.ArrayList[37]->org.knowm.xchange.deribit.v2.dto.marketdata.DeribitInstrument["kind"])

yuriymyronovych avatar Sep 07 '22 17:09 yuriymyronovych