Class BitfinexPastTradesRequest
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastTradesRequest
public class BitfinexPastTradesRequest extends Object
-
Field Summary
Fields Modifier and Type Field Description protected Long
endTime
Trades made after this timestamp won’t be returned.protected Integer
limitTrades
protected String
nonce
protected String
request
protected Integer
reverse
Return trades in reverse order (the oldest comes first).protected long
startTime
REQUIRED Trades made before this timestamp won’t be returnedprotected String
symbol
-
Constructor Summary
-
Method Summary
-
Field Details
-
request
-
nonce
-
symbol
-
startTime
protected long startTimeREQUIRED Trades made before this timestamp won’t be returned -
endTime
Trades made after this timestamp won’t be returned. -
limitTrades
-
reverse
Return trades in reverse order (the oldest comes first). Default is returning newest trades first. default: 0
-
-
Constructor Details
-
BitfinexPastTradesRequest
-