Package | Description |
---|---|
biz.onixs.cme.md.handler |
Modifier and Type | Method and Description |
---|---|
static HandlerStartupStrategy |
HandlerStartupStrategy.forValue(int value)
Convert int to enumeration.
|
HandlerStartupStrategy |
ReplayOptions.getStartupStrategy()
Gets Handler startup strategy.
|
static HandlerStartupStrategy |
HandlerStartupStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerStartupStrategy[] |
HandlerStartupStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplayOptions.setStartupStrategy(HandlerStartupStrategy value)
Sets Handler startup strategy.
|
void |
CmeMdHandler.start(HandlerStartupStrategy startupStrategy)
Starts the receiving and processing of market data.
|
void |
CmeMdHandler.start(HandlerStartupStrategy startupStrategy,
boolean cacheSecurityDefinitions)
Starts the receiving and processing of market data using the specified cache security definitions option.
|
Copyright © 2010–2020 Onix Solutions. All rights reserved.