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

com.kucoin.sdk.rest.response.LastTradeResponse Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2019 Mek Global Limited
 */

package com.kucoin.sdk.rest.response;

import lombok.Data;

import java.math.BigDecimal;

@Data
public class LastTradeResponse {

    private String tradeId;

    private String currency;

    private BigDecimal size;

    private BigDecimal dailyIntRate;

    private Integer term;

    private Long timestamp;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy