Uses of Enum
org.knowm.xchange.deribit.v2.dto.trade.SettlementType
Packages that use SettlementType
Package
Description
-
Uses of SettlementType in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 with parameters of type SettlementTypeModifier and TypeMethodDescriptionDeribitAuthenticated.getSettlementHistoryByInstrument
(String instrumentName, SettlementType type, Integer count, String continuation, si.mazi.rescu.ParamsDigest auth) Retrieves public settlement, delivery and bankruptcy events filtered by instrument name. -
Uses of SettlementType in org.knowm.xchange.deribit.v2.dto.trade
Methods in org.knowm.xchange.deribit.v2.dto.trade that return SettlementTypeModifier and TypeMethodDescriptionstatic SettlementType
Returns the enum constant of this type with the specified name.static SettlementType[]
SettlementType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SettlementType in org.knowm.xchange.deribit.v2.service
Methods in org.knowm.xchange.deribit.v2.service with parameters of type SettlementTypeModifier and TypeMethodDescriptionDeribitTradeServiceRaw.getUserSettlementsByInstrument
(String instrumentName, SettlementType type, Integer count, String continuation)