All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.xinyangpan.crypto4j.binance.dto.rest.account.QueryTradeRequest Maven / Gradle / Ivy

package io.github.xinyangpan.crypto4j.binance.dto.rest.account;

import io.github.xinyangpan.crypto4j.binance.dto.rest.common.SymbolRequest;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;

@Data
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public class QueryTradeRequest extends SymbolRequest {
	
	private Long startTime;
	private Long endTime;
	private Long fromId;
	private Integer limit;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy