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

io.contek.invoker.binancespot.api.common._Candlestick Maven / Gradle / Ivy

package io.contek.invoker.binancespot.api.common;

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

/**
 *
 *
 * 
 *  0 openTime,
 *  1 open,
 *  2 high,
 *  3 low,
 *  4 close,
 *  5 volume,
 *  6 closeTime,
 *  7 quoteAssetVolume,
 *  8 numberOfTrades,
 *  9 takerBuyBaseAssetVolume,
 * 10 takerBuyQuoteAssetVolume
 * 
*/ @NotThreadSafe public class _Candlestick extends ArrayList {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy