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

io.contek.invoker.bybitinverse.api.common._OrderBook Maven / Gradle / Ivy

There is a newer version: 3.6.19
Show newest version
package io.contek.invoker.bybitinverse.api.common;

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

@NotThreadSafe
public class _OrderBook extends ArrayList<_OrderBookLevel> {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy