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

org.knowm.xchange.kucoin.dto.response.AllTickersResponse Maven / Gradle / Ivy

The newest version!
package org.knowm.xchange.kucoin.dto.response;

import lombok.Data;

@Data
public class AllTickersResponse {
  private AllTickersTickerResponse[] ticker;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy