Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
H
handleError(OTError)
- Method in class org.otfeed.protocol.request.
CancelRequest
handleError(OTError)
- Method in class org.otfeed.protocol.request.
HeartbeatRequest
handleError(OTError)
- Method in class org.otfeed.protocol.request.
LoginRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
AbstractRequest
Abstract method to handle response message.
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
BookStreamExRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
DividendRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
EquityInitRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
HistBookRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
HistDataRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
HistTicksRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
ListExchangesRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
ListSymbolsExRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
LogoutRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
OptionInitRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
SplitRequest
handleMessage(Header, ByteBuffer)
- Method in class org.otfeed.protocol.request.
TodaysOHLRequest
hashCode()
- Method in class org.otfeed.command.
AggregationSpan
hashCode()
- Method in class org.otfeed.event.
OTBBO
hashCode()
- Method in class org.otfeed.event.
OTBookCancel
hashCode()
- Method in class org.otfeed.event.
OTBookChange
hashCode()
- Method in class org.otfeed.event.
OTBookDelete
hashCode()
- Method in class org.otfeed.event.
OTBookExecute
hashCode()
- Method in class org.otfeed.event.
OTBookOrder
hashCode()
- Method in class org.otfeed.event.
OTBookPriceLevel
hashCode()
- Method in class org.otfeed.event.
OTBookPurge
hashCode()
- Method in class org.otfeed.event.
OTBookReplace
hashCode()
- Method in class org.otfeed.event.
OTDividend
hashCode()
- Method in class org.otfeed.event.
OTEquityInit
hashCode()
- Method in class org.otfeed.event.
OTExchange
hashCode()
- Method in class org.otfeed.event.
OTHost
hashCode()
- Method in class org.otfeed.event.
OTMMQuote
hashCode()
- Method in class org.otfeed.event.
OTOHLC
hashCode()
- Method in class org.otfeed.event.
OTOptionInit
hashCode()
- Method in class org.otfeed.event.
OTQuote
hashCode()
- Method in class org.otfeed.event.
OTSplit
hashCode()
- Method in class org.otfeed.event.
OTSymbol
hashCode()
- Method in class org.otfeed.event.
OTTodaysOHL
hashCode()
- Method in class org.otfeed.event.
OTTrade
hashCode()
- Method in class org.otfeed.
OTConnectionSpec
Header
- Class in
org.otfeed.protocol.request
OpenTick protocol header.
Header()
- Constructor for class org.otfeed.protocol.request.
Header
Header(MessageEnum, StatusEnum, CommandEnum, int)
- Constructor for class org.otfeed.protocol.request.
Header
Header(ByteBuffer)
- Constructor for class org.otfeed.protocol.request.
Header
header(Class<?>)
- Method in class org.otfeed.samples.
CSVFormatter
HeartbeatRequest
- Class in
org.otfeed.protocol.request
Heartbeat request.
HeartbeatRequest(int)
- Constructor for class org.otfeed.protocol.request.
HeartbeatRequest
HistBookRequest
- Class in
org.otfeed.protocol.request
Request to receive historical book events.
HistBookRequest(int, String, String, Date, Date, IDataDelegate<OTBookOrder>, IDataDelegate<OTBookChange>, IDataDelegate<OTBookReplace>, IDataDelegate<OTBookCancel>, IDataDelegate<OTBookPurge>, IDataDelegate<OTBookExecute>, IDataDelegate<OTBookDelete>, IDataDelegate<OTBookPriceLevel>, ICompletionDelegate)
- Constructor for class org.otfeed.protocol.request.
HistBookRequest
HistBooks
- Class in
org.otfeed.samples
Requests historical book data at tick resolution.
HistBooks()
- Constructor for class org.otfeed.samples.
HistBooks
HistBooksCommand
- Class in
org.otfeed.command
Request for the historical book data with tick resolution.
HistBooksCommand(String, String, Date, Date)
- Constructor for class org.otfeed.command.
HistBooksCommand
Creates new book command, initializing all its properties.
HistBooksCommand()
- Constructor for class org.otfeed.command.
HistBooksCommand
Default constructor.
HistDataCommand
- Class in
org.otfeed.command
Request for the historical aggregated
OHLC
(open-high-low-close) data.
HistDataCommand(String, String, Date, Date, AggregationSpan, IDataDelegate<OTOHLC>)
- Constructor for class org.otfeed.command.
HistDataCommand
Creates new historical data command, initializing all its properties.
HistDataCommand()
- Constructor for class org.otfeed.command.
HistDataCommand
Default constructor.
HistDataCommand(String, String, Date, Date, IDataDelegate<OTOHLC>)
- Constructor for class org.otfeed.command.
HistDataCommand
Creates new historical data command with default aggregation interval of one day.
HistDataCsv
- Class in
org.otfeed.samples
Requests historical data.
HistDataCsv()
- Constructor for class org.otfeed.samples.
HistDataCsv
HistDataRequest
- Class in
org.otfeed.protocol.request
Request to receive aggregated historical data.
HistDataRequest(int, String, String, Date, Date, AggregationSpan, IDataDelegate<OTOHLC>, ICompletionDelegate)
- Constructor for class org.otfeed.protocol.request.
HistDataRequest
HistTicks
- Class in
org.otfeed.samples
Requests historcal data at tick resolution.
HistTicks()
- Constructor for class org.otfeed.samples.
HistTicks
HistTicksCommand
- Class in
org.otfeed.command
Request for the historical data with tick resolution.
HistTicksCommand(String, String, Date, Date, VolumeStyleEnum)
- Constructor for class org.otfeed.command.
HistTicksCommand
Creates new Historical ticks command, initializing all its properties.
HistTicksCommand()
- Constructor for class org.otfeed.command.
HistTicksCommand
Default constructor.
HistTicksCommand(String, String, Date, Date)
- Constructor for class org.otfeed.command.
HistTicksCommand
Creates new Historical ticks command, initializing all properties except
volumeStyle
one, which defaults to
COMPOUND
.
HistTicksRequest
- Class in
org.otfeed.protocol.request
Request to receive historical quote events.
HistTicksRequest(int, String, String, Date, Date, VolumeStyleEnum, IDataDelegate<OTQuote>, IDataDelegate<OTTrade>, IDataDelegate<OTMMQuote>, IDataDelegate<OTBBO>, ICompletionDelegate)
- Constructor for class org.otfeed.protocol.request.
HistTicksRequest
hours(int)
- Static method in class org.otfeed.command.
AggregationSpan
Returns aggregation span measured in hours.
hours()
- Static method in class org.otfeed.command.
AggregationSpan
Returns a one-hour aggregation span.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Copyright © 2007-2008 Mike Kroutikov. All Rights Reserved.