Skip navigation links
C G M P S T 

C

CandleService - Interface in com.dxfeed.acs
Provides access to historical data of DXFeed Chart Server.
com.dxfeed.acs - package com.dxfeed.acs
 
com.dxfeed.acs.sample - package com.dxfeed.acs.sample
 

G

getCandles(CandleSymbol, long, long) - Method in interface com.dxfeed.acs.CandleService
Returns list of candles for the specified CandleSymbol and range of time.
getCandles(Collection<CandleSymbol>, long, long) - Method in interface com.dxfeed.acs.CandleService
Returns list of candles for the specified collection of CandleSymbol and range of time.
getCandlesAsOf(Collection<CandleSymbol>, long, long, int) - Method in interface com.dxfeed.acs.CandleService
Returns list of candles for the specified collection of CandleSymbol and range of time for specified as of date.
getLastCandles(CandleSymbol, int) - Method in interface com.dxfeed.acs.CandleService
Returns list of candles for the particular CandleSymbol and with specified count.
getTicksPromise(String, long, long) - Method in interface com.dxfeed.acs.TickService
Requests TimeAndSale's for passed symbol, from and to time.
getTimeAndSaleAtTime(List<CandleSymbol>, long) - Method in interface com.dxfeed.acs.CandleService
Finds TimeAndSale events which have the the same time as passed one or closest to it.

M

main(String[]) - Static method in class com.dxfeed.acs.sample.SampleCandleServiceClient
 
main(String[]) - Static method in class com.dxfeed.acs.sample.SpreadSymbolSubscriptionSample
 
main(String[]) - Static method in class com.dxfeed.acs.sample.TicksPromiseSample
 
main(String[]) - Static method in class com.dxfeed.acs.sample.TimeAndSaleAtTimeSample
 

P

processTicksPromise(long, Promise<List<TimeAndSale>>) - Static method in class com.dxfeed.acs.sample.TicksPromiseSample
 

S

SampleCandleServiceClient - Class in com.dxfeed.acs.sample
Sample class to demonstrate requesting candles via CandleService.
SpreadSymbolSubscriptionSample - Class in com.dxfeed.acs.sample
 

T

TickService - Interface in com.dxfeed.acs
Provides access to historical TimeAndSale events in DXFeed Chart Server.
TicksPromiseSample - Class in com.dxfeed.acs.sample
 
TimeAndSaleAtTimeSample - Class in com.dxfeed.acs.sample
 
C G M P S T 
Skip navigation links

Copyright © 2020 Devexperts. All Rights Reserved.