Uses of Class
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexAccountInfosResponse
-
Packages that use BitfinexAccountInfosResponse Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v1 -
-
Uses of BitfinexAccountInfosResponse in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return BitfinexAccountInfosResponse Modifier and Type Method Description BitfinexAccountInfosResponse[]BitfinexTradeServiceRaw. getBitfinexAccountInfos()Methods in org.knowm.xchange.bitfinex.service with parameters of type BitfinexAccountInfosResponse Modifier and Type Method Description static ExchangeMetaDataBitfinexAdapters. adaptMetaData(BitfinexAccountInfosResponse[] bitfinexAccountInfos, ExchangeMetaData exchangeMetaData) -
Uses of BitfinexAccountInfosResponse in org.knowm.xchange.bitfinex.v1
Methods in org.knowm.xchange.bitfinex.v1 that return BitfinexAccountInfosResponse Modifier and Type Method Description BitfinexAccountInfosResponse[]BitfinexAuthenticated. accountInfos(String apiKey, si.mazi.rescu.ParamsDigest payload, si.mazi.rescu.ParamsDigest signature, BitfinexNonceOnlyRequest accountInfosRequest)
-