io.github.xinyangpan.crypto4j.binance.dto.rest.common.BaseRequest Maven / Gradle / Ivy
package io.github.xinyangpan.crypto4j.binance.dto.rest.common;
import lombok.Data;
@Data
public class BaseRequest {
private Long recvWindow;
private Long timestamp = System.currentTimeMillis();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy