Package org.knowm.xchange.deribit.v2.dto
Class DeribitResponse<V>
java.lang.Object
org.knowm.xchange.deribit.v2.dto.DeribitResponse<V>
public class DeribitResponse<V> extends Object
V represents result class of the queried endpoint
-
Constructor Summary
Constructors Constructor Description DeribitResponse()
DeribitResponse(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)
-