|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BookDeleteTypeEnum | |
---|---|
org.otfeed.command | Command objects: all possible request types originate here. |
org.otfeed.event | Event objects and enven listeners for the client API to the OpenTick financial data feed service. |
org.otfeed.protocol.request | Contains the implementation classes. |
Uses of BookDeleteTypeEnum in org.otfeed.command |
---|
Fields in org.otfeed.command with type parameters of type BookDeleteTypeEnum | |
---|---|
static java.util.Map<java.lang.Integer,BookDeleteTypeEnum> |
BookDeleteTypeEnum.decoder
|
Methods in org.otfeed.command that return BookDeleteTypeEnum | |
---|---|
static BookDeleteTypeEnum |
BookDeleteTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BookDeleteTypeEnum[] |
BookDeleteTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of BookDeleteTypeEnum in org.otfeed.event |
---|
Methods in org.otfeed.event that return BookDeleteTypeEnum | |
---|---|
BookDeleteTypeEnum |
OTBookDelete.getDeleteType()
|
Methods in org.otfeed.event with parameters of type BookDeleteTypeEnum | |
---|---|
void |
OTBookDelete.setDeleteType(BookDeleteTypeEnum deleteType)
Sets delete type (ORDER, PREVIOUS, ALL, AFTER). |
Constructors in org.otfeed.event with parameters of type BookDeleteTypeEnum | |
---|---|
OTBookDelete(java.util.Date timestamp,
java.lang.String reference,
BookDeleteTypeEnum deleteType,
TradeSideEnum side)
Constructor |
Uses of BookDeleteTypeEnum in org.otfeed.protocol.request |
---|
Methods in org.otfeed.protocol.request that return BookDeleteTypeEnum | |
---|---|
static BookDeleteTypeEnum |
Util.readBookDeleteTypeEnum(java.nio.ByteBuffer in)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |