io.contek.invoker.binancefutures.api.common._OpenInterest Maven / Gradle / Ivy
package io.contek.invoker.binancefutures.api.common;
import javax.annotation.concurrent.NotThreadSafe;
@NotThreadSafe
public class _OpenInterest {
public String symbol;
public Double openInterest;
public Long time;
}