Uses of Class
org.otfeed.protocol.request.AbstractRequest.JobStatus

Packages that use AbstractRequest.JobStatus
org.otfeed.protocol.request Contains the implementation classes. 
 

Uses of AbstractRequest.JobStatus in org.otfeed.protocol.request
 

Methods in org.otfeed.protocol.request that return AbstractRequest.JobStatus
 AbstractRequest.JobStatus AbstractRequest.handleMessage(Header header, java.nio.ByteBuffer in)
          Abstract method to handle response message.
 AbstractRequest.JobStatus BookStreamExRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus DividendRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus EquityInitRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus HistBookRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus HistDataRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus HistTicksRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus ListExchangesRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus ListSymbolsExRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus LogoutRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus OptionInitRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus SplitRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
 AbstractRequest.JobStatus TodaysOHLRequest.handleMessage(Header header, java.nio.ByteBuffer in)
           
static AbstractRequest.JobStatus AbstractRequest.JobStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractRequest.JobStatus[] AbstractRequest.JobStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.