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

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

The newest version!
package com.kucoin.sdk.websocket.event;

import lombok.Data;

/**
 * @author blaze.tan
 */
@Data
public class CandlesEvent {

    private String symbol;

    private String[] candles;

    private long time;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy