Uses of Class
org.otfeed.command.AggregationSpan

Packages that use AggregationSpan
org.otfeed.command Command objects: all possible request types originate here. 
org.otfeed.j2ee.ra   
org.otfeed.protocol.request Contains the implementation classes. 
org.otfeed.support.alt   
 

Uses of AggregationSpan in org.otfeed.command
 

Methods in org.otfeed.command that return AggregationSpan
static AggregationSpan AggregationSpan.days()
          Returns a one-day aggregation span.
static AggregationSpan AggregationSpan.days(int num)
          Returns aggregation span measured in days.
 AggregationSpan HistDataCommand.getAggregationSpan()
          Determines the length of the aggregation interval, e.g.
static AggregationSpan AggregationSpan.hours()
          Returns a one-hour aggregation span.
static AggregationSpan AggregationSpan.hours(int num)
          Returns aggregation span measured in hours.
static AggregationSpan AggregationSpan.minutes()
          Returns a one-minute aggregation span.
static AggregationSpan AggregationSpan.minutes(int num)
          Returns aggregation span measured in minutes.
static AggregationSpan AggregationSpan.months()
          Returns a one-month aggregation span.
static AggregationSpan AggregationSpan.months(int num)
          Returns aggregation span measured in months.
static AggregationSpan AggregationSpan.ticks(int num)
          Returns aggregation span measured in ticks.
static AggregationSpan AggregationSpan.weeks()
          Returns a one-week aggregation span.
static AggregationSpan AggregationSpan.weeks(int num)
          Returns aggregation span measured in weeks.
static AggregationSpan AggregationSpan.years()
          Returns a one-year aggregation span.
static AggregationSpan AggregationSpan.years(int num)
          Returns aggregation span measured in years.
 

Methods in org.otfeed.command with parameters of type AggregationSpan
 int AggregationSpan.compareTo(AggregationSpan other)
           
 void HistDataCommand.setAggregationSpan(AggregationSpan val)
          Sets aggregation span.
 

Constructors in org.otfeed.command with parameters of type AggregationSpan
HistDataCommand(java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, AggregationSpan aggregationSpan, IDataDelegate<OTOHLC> dataDelegate)
          Creates new historical data command, initializing all its properties.
 

Uses of AggregationSpan in org.otfeed.j2ee.ra
 

Methods in org.otfeed.j2ee.ra with parameters of type AggregationSpan
 IOutboundConnection.IDataReader<OTOHLC> OtfeedConnection.requestHistData(java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, AggregationSpan aggregationSpan)
           
 

Uses of AggregationSpan in org.otfeed.protocol.request
 

Methods in org.otfeed.protocol.request that return AggregationSpan
 AggregationSpan HistDataRequest.getAggregationSpan()
           
 

Methods in org.otfeed.protocol.request with parameters of type AggregationSpan
static void Util.writeAggreagationSpan(java.nio.ByteBuffer out, AggregationSpan span)
           
 

Constructors in org.otfeed.protocol.request with parameters of type AggregationSpan
HistDataRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, AggregationSpan aggregationSpan, IDataDelegate<OTOHLC> dataDelegate, ICompletionDelegate completionDelegate)
           
 

Uses of AggregationSpan in org.otfeed.support.alt
 

Methods in org.otfeed.support.alt with parameters of type AggregationSpan
 IOutboundConnection.IDataReader<OTOHLC> OutboundConnectionAdapter.requestHistData(java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, AggregationSpan aggregationSpan)
           
 IOutboundConnection.IDataReader<OTOHLC> IOutboundConnection.requestHistData(java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, AggregationSpan aggregationSpan)
           
 



Copyright © 2007-2008 Mike Kroutikov. All Rights Reserved.