public class OHLC extends Object
double
close
high
low
open
OHLC()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@SerializedName(value="high") public double high
@SerializedName(value="low") public double low
@SerializedName(value="close") public double close
@SerializedName(value="open") public double open
public OHLC()
Copyright © 2022. All rights reserved.