Package | Description |
---|---|
com.dxfeed.orcs.api |
Modifier and Type | Method and Description |
---|---|
List<PriceLevelCandle> |
PriceLevelService.getCandles(com.dxfeed.event.candle.CandleSymbol candleSymbol,
int sourceId,
int ymd,
String caller)
Deprecated.
use
#getOrders(CandleSymbol, OrderSource, long, long, String) |
List<PriceLevelCandle> |
PriceLevelService.getCandles(com.dxfeed.event.candle.CandleSymbol candleSymbol,
int sourceId,
long from,
long to,
String caller)
Deprecated.
use
#getOrders(CandleSymbol, OrderSource, long, long, String) |
Copyright © 2021 Devexperts. All rights reserved.