|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecoveryOptions | |
---|---|
com.epam.cmemdp | |
com.epam.cmemdp.impl | |
com.epam.cmemdp.marketdata.cfg |
Uses of RecoveryOptions in com.epam.cmemdp |
---|
Methods in com.epam.cmemdp that return RecoveryOptions | |
---|---|
static RecoveryOptions |
RecoveryOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecoveryOptions[] |
RecoveryOptions.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.epam.cmemdp with parameters of type RecoveryOptions | |
---|---|
void |
Application.subscribe(java.lang.String symbol,
InstrumentListener listener,
RecoveryOptions recovery)
|
boolean |
Application.subscribeAll(InstrumentListener listener,
RecoveryOptions recoveryOptions)
Subscribes to the market data for all instruments on market |
void |
Application.subscribeAll(RecoveryOptions recoveryOptions)
Deprecated. |
boolean |
Application.subscribeByChannelID(java.lang.String channelID,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
Subscribes to market data for instrument by security ID and channel info |
void |
Application.subscribeBySecurityDesc(java.lang.String secDesc,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
Subscribes to market data for instrument by security description |
boolean |
Application.subscribeBySecurityID(long secID,
java.lang.String secDesc,
java.lang.String channelID,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
Subscribes to market data for instrument by security ID and channel info |
Uses of RecoveryOptions in com.epam.cmemdp.impl |
---|
Methods in com.epam.cmemdp.impl that return RecoveryOptions | |
---|---|
RecoveryOptions |
Instrument.getRecoveryOptions()
|
Methods in com.epam.cmemdp.impl with parameters of type RecoveryOptions | |
---|---|
void |
Instrument.setRecoveryOptions(RecoveryOptions recoveryOptions)
|
void |
ApplicationImpl.subscribe(java.lang.String symbol,
InstrumentListener listener,
RecoveryOptions recovery)
|
boolean |
ApplicationImpl.subscribeAll(InstrumentListener listener,
RecoveryOptions recoveryOptions)
|
void |
ApplicationImpl.subscribeAll(RecoveryOptions recoveryOptions)
Deprecated. |
boolean |
ApplicationImpl.subscribeByChannelID(MDChannel channel,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
|
boolean |
ApplicationImpl.subscribeByChannelID(java.lang.String channelID,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
|
void |
ApplicationImpl.subscribeBySecurityDesc(java.lang.String secDesc,
InstrumentListener instrumentListener,
RecoveryOptions recoveryOptions)
|
void |
ApplicationImpl.subscribeBySecurityID(long secID,
InstrumentListener listener,
RecoveryOptions recovery)
|
boolean |
ApplicationImpl.subscribeBySecurityID(long secID,
java.lang.String secDesc,
java.lang.String channelID,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
|
Constructors in com.epam.cmemdp.impl with parameters of type RecoveryOptions | |
---|---|
Instrument(java.lang.String secDesc,
int incrementQueueSize,
int corridorQueueSize,
RecoveryOptions recoveryOptions)
|
Uses of RecoveryOptions in com.epam.cmemdp.marketdata.cfg |
---|
Methods in com.epam.cmemdp.marketdata.cfg that return RecoveryOptions | |
---|---|
RecoveryOptions |
Configuration.getRecoveryOptions()
|
Methods in com.epam.cmemdp.marketdata.cfg with parameters of type RecoveryOptions | |
---|---|
Configuration |
Configuration.setRecoveryOptions(RecoveryOptions recoveryOptions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |