Package | Description |
---|---|
biz.onixs.cme.md.handler |
Modifier and Type | Method and Description |
---|---|
static BestBidAskTrackingParameter |
BestBidAskTrackingParameter.forValue(int value)
Convert int to enumeration.
|
BestBidAskTrackingParameter |
BestBidAskTrackingOptions.getBestBidAskTrackingParameters()
Get price level parameters which will be used to track best bids and best asks.
|
static BestBidAskTrackingParameter |
BestBidAskTrackingParameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BestBidAskTrackingParameter[] |
BestBidAskTrackingParameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BestBidAskTrackingOptions.setBestBidAskTrackingParameters(BestBidAskTrackingParameter value)
Set price level parameters which will be used to track best bids and best asks.
|
Copyright © 2010–2020 Onix Solutions. All rights reserved.