Package cdm.event.common
Interface Confirmation
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Confirmation.ConfirmationBuilder
- All Known Implementing Classes:
Confirmation.ConfirmationBuilderImpl,Confirmation.ConfirmationImpl
@RosettaDataType(value="Confirmation",
builder=ConfirmationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Confirmation",
model="cdm",
builder=ConfirmationBuilderImpl.class,
version="5.30.0")
public interface Confirmation
extends com.rosetta.model.lib.RosettaModelObject
A class to specify a trade confirmation.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Confirmationstatic classImmutable Implementation of Confirmation -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends Identifier> The identifier(s) associated with the trade and resulting confirmation.The lineage attribute provides a linkage to previous lifecycle events and associated data.getParty()The parties associated with the trade.The role(s) that party(ies) may have in relation to the tradedefault Class<? extends Confirmation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Confirmation> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIdentifier
List<? extends Identifier> getIdentifier()The identifier(s) associated with the trade and resulting confirmation. -
getParty
The parties associated with the trade. -
getPartyRole
The role(s) that party(ies) may have in relation to the trade -
getLineage
Lineage getLineage()The lineage attribute provides a linkage to previous lifecycle events and associated data. -
getStatus
ConfirmationStatusEnum getStatus() -
build
Confirmation build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Confirmation.ConfirmationBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-