public class OHLCQuote extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
instrumentToken |
double |
lastPrice |
OHLC |
ohlc |
| Constructor and Description |
|---|
OHLCQuote() |
@SerializedName(value="instrument_token") public long instrumentToken
@SerializedName(value="last_price") public double lastPrice
@SerializedName(value="ohlc") public OHLC ohlc
Copyright © 2022. All rights reserved.