Index

C G I O R S T 
All Classes and Interfaces|All Packages

C

ChartDataProvider - Interface in com.caplin.charting
The interface that must be implemented to retrieve the chart data.
ChartDataRequest - Interface in com.caplin.charting
A ChartDataRequest contains the parameters of a request (the request criteria) and methods to respond to the request with data or an error.
ChartingProvider - Class in com.caplin.charting
The ChartingProvider provides an integration point to allow you to plug in a provider of historic chart data.
ChartingProvider(DataSource, ChartDataProvider) - Constructor for class com.caplin.charting.ChartingProvider
Constructs a new ChartingProvider.
com.caplin.charting - package com.caplin.charting
 

G

getClose() - Method in class com.caplin.charting.OhlcvData
 
getEnd() - Method in class com.caplin.charting.RequestCriteria
 
getHigh() - Method in class com.caplin.charting.OhlcvData
 
getInstrument() - Method in class com.caplin.charting.RequestCriteria
 
getInterval() - Method in class com.caplin.charting.RequestCriteria
 
getLow() - Method in class com.caplin.charting.OhlcvData
 
getOpen() - Method in class com.caplin.charting.OhlcvData
 
getRequestCriteria() - Method in interface com.caplin.charting.ChartDataRequest
Call this method to retrieve the RequestCriteria for the current request.
getStart() - Method in class com.caplin.charting.RequestCriteria
 
getTime() - Method in class com.caplin.charting.OhlcvData
 
getVolume() - Method in class com.caplin.charting.OhlcvData
 

I

isCached() - Method in class com.caplin.charting.RequestCriteria
 

O

OhlcvData - Class in com.caplin.charting
OhlcvData represents a datapoint on a chart with Open, High, Low, Close and Volume.
OhlcvData(Date, double, double, double, double, double) - Constructor for class com.caplin.charting.OhlcvData
 

R

requestChartData(ChartDataRequest) - Method in interface com.caplin.charting.ChartDataProvider
This call indicates that a request for chart data has been received.
RequestCriteria - Class in com.caplin.charting
A RequestCriteria holds all the parameters that are part of a request for historic chart data.
RequestCriteria(String, String, Date, Date, boolean) - Constructor for class com.caplin.charting.RequestCriteria
 

S

sendDataResponse(String, List<OhlcvData>) - Method in interface com.caplin.charting.ChartDataRequest
When data has been retrieved by a ChartDataProvider for a request, it should call sendDataResponse with the retrieved data.
sendErrorResponse() - Method in interface com.caplin.charting.ChartDataRequest
If a ChartDataProvider determines that this request is not valid then it should call sendErrorResponse.

T

toString() - Method in class com.caplin.charting.OhlcvData
 
toString() - Method in class com.caplin.charting.RequestCriteria
 
C G I O R S T 
All Classes and Interfaces|All Packages