public interface TickService
TimeAndSale events in DXFeed Chart Server.| Modifier and Type | Method and Description |
|---|---|
com.dxfeed.promise.Promise<List<com.dxfeed.event.market.TimeAndSale>> |
getTicksPromise(String symbol,
long from,
long to)
Requests TimeAndSale's for passed symbol, from and to time.
|
com.dxfeed.promise.Promise<List<com.dxfeed.event.market.TimeAndSale>> getTicksPromise(String symbol, long from, long to)
from and to time will be rounded to
second precision (millis part thrown away)symbol - symbol to requestfrom - the time, inclusive, to request events from (see TimeAndSale.getTime).to - the time, exclusive, to request events to (see TimeAndSale.getTime).Copyright © 2022 Devexperts. All rights reserved.