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

com.kucoin.futures.core.model.IndexItem Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2019 Mek Global Limited
 */

package com.kucoin.futures.core.model;

import lombok.Data;

import java.math.BigDecimal;

/**
 * @author chenshiwei
 * @since 2019/10/15
 */
@Data
public class IndexItem {

    private String exchange;

    private BigDecimal price;

    private BigDecimal weight;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy