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

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

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

import com.kucoin.sdk.rest.response.SnapshotResponse;
import lombok.Data;

/**
 * Created by Reeta on 2019-05-21
 */
@Data
public class SnapshotEvent {

    private String sequence;

    private SnapshotResponse data;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy