Package | Description |
---|---|
biz.onixs.cme.stp.handler |
Modifier and Type | Method and Description |
---|---|
static Side |
Side.forValue(String value)
Returns enum value for the string representation
|
Side |
Leg.getLegSide() |
Side |
Payment.getPaymentPaySide() |
Side |
Payment.getPaymentReceiveSide() |
Side |
CollateralReport.getSide()
Gets the side of order.
|
Side |
ReportSide.getSide()
Gets the side of the order
|
Side |
InstrumentStream.getStreamPaySide() |
Side |
InstrumentStream.getStreamReceiveSide() |
static Side |
Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Side[] |
Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Leg.setLegSide(Side value) |
void |
Payment.setPaymentPaySide(Side value) |
void |
Payment.setPaymentReceiveSide(Side value) |
void |
CollateralReport.setSide(Side value)
Sets the side of order.
|
void |
ReportSide.setSide(Side value)
Sets the side of the order
|
void |
InstrumentStream.setStreamPaySide(Side value) |
void |
InstrumentStream.setStreamReceiveSide(Side value) |
Copyright © 2014–2025 Onix Solutions. All rights reserved.