Package com.caplin.charting


package com.caplin.charting
  • Class
    Description
    The interface that must be implemented to retrieve the chart data.
    A ChartDataRequest contains the parameters of a request (the request criteria) and methods to respond to the request with data or an error.
    The ChartingProvider provides an integration point to allow you to plug in a provider of historic chart data.
    OhlcvData represents a datapoint on a chart with Open, High, Low, Close and Volume.
    A RequestCriteria holds all the parameters that are part of a request for historic chart data.