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 LongendTimeTrades made after this timestamp won’t be returned.protected IntegerlimitTradesprotected Stringnonceprotected Stringrequestprotected IntegerreverseReturn trades in reverse order (the oldest comes first).protected longstartTimeREQUIRED Trades made before this timestamp won’t be returnedprotected Stringsymbol -
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
-