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

com.kucoin.sdk.rest.response.Level3Response Maven / Gradle / Ivy

The newest version!
package com.kucoin.sdk.rest.response;

import lombok.Data;

@Data
public class Level3Response {

    private Object[][] bids;

    private Object[][] asks;

    private long sequence;

    private long time;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy