|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandEnum | |
---|---|
org.otfeed.protocol | Contains the implementation classes. |
org.otfeed.protocol.request | Contains the implementation classes. |
Uses of CommandEnum in org.otfeed.protocol |
---|
Fields in org.otfeed.protocol with type parameters of type CommandEnum | |
---|---|
static java.util.Map<java.lang.Integer,CommandEnum> |
CommandEnum.decoder
|
Methods in org.otfeed.protocol that return CommandEnum | |
---|---|
static CommandEnum |
CommandEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CommandEnum[] |
CommandEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of CommandEnum in org.otfeed.protocol.request |
---|
Methods in org.otfeed.protocol.request that return CommandEnum | |
---|---|
CommandEnum |
AbstractSessionRequest.getCancelCommand()
Returns cancel command type. |
CommandEnum |
BookStreamExRequest.getCancelCommand()
|
CommandEnum |
HistBookRequest.getCancelCommand()
|
CommandEnum |
HistDataRequest.getCancelCommand()
|
CommandEnum |
HistTicksRequest.getCancelCommand()
|
CommandEnum |
OptionChainRequest.getCancelCommand()
|
CommandEnum |
TickStreamExRequest.getCancelCommand()
|
CommandEnum |
AbstractRequest.getCommand()
Returns command type of this request. |
CommandEnum |
Header.getCommand()
|
static CommandEnum |
Util.readCommandEnum(java.nio.ByteBuffer in)
|
Methods in org.otfeed.protocol.request with parameters of type CommandEnum | |
---|---|
void |
Header.setCommand(CommandEnum val)
|
Constructors in org.otfeed.protocol.request with parameters of type CommandEnum | |
---|---|
CancelRequest(CommandEnum cancelCommand,
int requestId,
int targetRequestId,
ICompletionDelegate completionDelegate)
|
|
Header(MessageEnum m,
StatusEnum s,
CommandEnum c,
int r)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |