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

io.contek.invoker.coinbasepro.api.websocket.common.WebSocketChannelInfo Maven / Gradle / Ivy

The newest version!
package io.contek.invoker.coinbasepro.api.websocket.common;

import javax.annotation.concurrent.NotThreadSafe;
import java.util.List;

@NotThreadSafe
public final class WebSocketChannelInfo {

  public String name;
  public List product_ids;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy