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

com.kucoin.sdk.rest.response.MatchItem 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;
import java.util.Date;

@Data
public class MatchItem {

    private String currency;

    private String tradeId;

    private BigDecimal size;

    private BigDecimal dailyIntRate;

    private Integer term;

    private Date timestamp;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy