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

com.kucoin.sdk.websocket.event.AccountChangeEvent Maven / Gradle / Ivy

The newest version!
/**
 * Copyright 2019 Mek Global Limited.
 */
package com.kucoin.sdk.websocket.event;

import java.math.BigDecimal;

import lombok.Data;

/**
 * Created by chenshiwei on 2019/1/23.
 */
@Data
public class AccountChangeEvent {

    private BigDecimal total;

    private BigDecimal available;

    private BigDecimal availableChange;

    private String currency;

    private BigDecimal hold;

    private BigDecimal holdChange;

    private String relationEvent;

    private String relationEventId;

    private String time;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy