Package org.knowm.xchange.deribit.v2.dto
Class DeribitResponse<V>
java.lang.Object
org.knowm.xchange.deribit.v2.dto.DeribitResponse<V>
V represents result class of the queried endpoint
-
Constructor Summary
ConstructorsConstructorDescriptionDeribitResponse
(String jsonRPC, long id, V result, DeribitError error, boolean testnet, long usIn, long usOut, long usDiff) -
Method Summary
-
Constructor Details
-
DeribitResponse
public DeribitResponse() -
DeribitResponse
public DeribitResponse(String jsonRPC, long id, V result, DeribitError error, boolean testnet, long usIn, long usOut, long usDiff)
-