Uses of Enum Class
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 SettlementTypeReturns the enum constant of this class with the specified name.static SettlementType[]SettlementType.values()Returns an array containing the constants of this enum class, 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)