Package | Description |
---|---|
biz.onixs.cme.stp.handler |
Modifier and Type | Method and Description |
---|---|
static UnitOfMeasure |
UnitOfMeasure.forValue(int value)
Returns enum value for the ordinal value
|
static UnitOfMeasure |
UnitOfMeasure.forValue(String value)
Returns enum value for the string representation
|
UnitOfMeasure |
CommissionData.getCommissionUnitOfMeasure()
Gets unit of measure for computing the broker fees.
|
UnitOfMeasure |
Leg.getLegUnitOfMeasure() |
UnitOfMeasure |
ReportInstrument.getPriceUnitofMeasure()
Used to express the UOM of the price if different from the contract.
|
UnitOfMeasure |
InstrumentStream.getStreamNotionalUnitOfMeasure() |
UnitOfMeasure |
InstrumentStream.getStreamTotalNotionalUnitOfMeasure() |
UnitOfMeasure |
ReportInstrument.getUnitOfMeasure() |
static UnitOfMeasure |
UnitOfMeasure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitOfMeasure[] |
UnitOfMeasure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CommissionData.setCommissionUnitOfMeasure(UnitOfMeasure value)
Unit of measure for computing the broker fees.
|
void |
Leg.setLegUnitOfMeasure(UnitOfMeasure value) |
void |
ReportInstrument.setPriceUnitofMeasure(UnitOfMeasure value)
Used to express the UOM of the price if different from the contract.
|
void |
InstrumentStream.setStreamNotionalUnitOfMeasure(UnitOfMeasure value) |
void |
InstrumentStream.setStreamTotalNotionalUnitOfMeasure(UnitOfMeasure value) |
void |
ReportInstrument.setUnitOfMeasure(UnitOfMeasure value) |
Copyright © 2014–2025 Onix Solutions. All rights reserved.