Package org.isda.cdm
Class QuantityChangePrimitive
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.QuantityChangePrimitive
-
@RosettaClass public class QuantityChangePrimitive extends com.rosetta.model.lib.RosettaModelObject
The primitive event to represent a change in quantity or notional.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QuantityChangePrimitive.QuantityChangePrimitiveBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QuantityChangePrimitive.QuantityChangePrimitiveBuilder
builder()
boolean
equals(java.lang.Object o)
Trade
getAfter()
The state of the trade (either an execution or a contract, as a follow-up from the event.Trade
getBefore()
The state of the trade (either an execution or a contract, before the event.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends QuantityChangePrimitive>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
QuantityChangePrimitive.QuantityChangePrimitiveBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getAfter
@RosettaSynonym(value="after", source="Rosetta_Workbench") public final Trade getAfter()
The state of the trade (either an execution or a contract, as a follow-up from the event.
-
getBefore
@RosettaSynonym(value="before", source="Rosetta_Workbench") public final Trade getBefore()
The state of the trade (either an execution or a contract, before the event.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends QuantityChangePrimitive> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public QuantityChangePrimitive.QuantityChangePrimitiveBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static QuantityChangePrimitive.QuantityChangePrimitiveBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-