Package | Description |
---|---|
biz.onixs.cme.stp.handler |
Modifier and Type | Method and Description |
---|---|
static Product |
Product.forValue(int value)
Returns enum value for the int representation
|
Product |
ReportInstrument.getProduct() |
Product |
RequestInstrument.getProduct()
Enables the user to filter trades based on a specific product.
|
static Product |
Product.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Product[] |
Product.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportInstrument.setProduct(Product value) |
void |
RequestInstrument.setProduct(Product value)
Enables the user to filter trades based on a specific product.
|
Copyright © 2014–2025 Onix Solutions. All rights reserved.