Uses of Class
org.knowm.xchange.bitfinex.v2.dto.EmptyRequest
-
Packages that use EmptyRequest Package Description org.knowm.xchange.bitfinex.v2 org.knowm.xchange.bitfinex.v2.dto -
-
Uses of EmptyRequest in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 with parameters of type EmptyRequest Modifier and Type Method Description List<Position>BitfinexAuthenticated. activePositions(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, EmptyRequest empty)https://docs.bitfinex.com/v2/reference#rest-auth-positionsList<ActiveOrder>BitfinexAuthenticated. getActiveOrders(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String symbol, EmptyRequest empty)https://docs.bitfinex.com/v2/reference#rest-auth-ordersList<LedgerEntry>BitfinexAuthenticated. getLedgerEntries(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, Long startTimeMillis, Long endTimeMillis, Long limit, EmptyRequest empty)https://docs.bitfinex.com/reference#rest-auth-ledgersList<LedgerEntry>BitfinexAuthenticated. getLedgerEntries(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String currency, Long startTimeMillis, Long endTimeMillis, Long limit, EmptyRequest empty)List<Movement>BitfinexAuthenticated. getMovementsHistory(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, Long startTimeMillis, Long endTimeMillis, Integer limit, EmptyRequest empty)List<Movement>BitfinexAuthenticated. getMovementsHistory(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String symbol, Long startTimeMillis, Long endTimeMillis, Integer limit, EmptyRequest empty)List<OrderTrade>BitfinexAuthenticated. getOrderTrades(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String symbol, Long orderId, EmptyRequest empty)https://docs.bitfinex.com/reference#rest-auth-order-trades *List<Trade>BitfinexAuthenticated. getTrades(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, Long startTimeMillis, Long endTimeMillis, Long limit, Long sort, EmptyRequest empty)https://docs.bitfinex.com/v2/reference#rest-auth-trades-histList<Trade>BitfinexAuthenticated. getTrades(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String symbol, Long startTimeMillis, Long endTimeMillis, Long limit, Long sort, EmptyRequest empty) -
Uses of EmptyRequest in org.knowm.xchange.bitfinex.v2.dto
Fields in org.knowm.xchange.bitfinex.v2.dto declared as EmptyRequest Modifier and Type Field Description static EmptyRequestEmptyRequest. INSTANCE
-