Package cdm.regulation
Interface New
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
New.NewBuilder
- All Known Implementing Classes:
New.NewBuilderImpl,New.NewImpl
@RosettaDataType(value="New",
builder=NewBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="New",
model="cdm",
builder=NewBuilderImpl.class,
version="5.30.0")
public interface New
extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Newstatic classImmutable Implementation of New -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic New.NewBuilderbuilder()getBuyr()getSellr()getTx()getTxId()Getter MethodsgetType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends New> 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
-
getTxId
String getTxId()Getter Methods -
getExctgPty
String getExctgPty() -
getInvstmtPtyInd
String getInvstmtPtyInd() -
getSubmitgPty
String getSubmitgPty() -
getBuyr
Buyr getBuyr() -
getSellr
Sellr getSellr() -
getOrdrTrnsmssn
OrdrTrnsmssn getOrdrTrnsmssn() -
getTx
Tx getTx() -
getFinInstrm
FinInstrm getFinInstrm() -
getInvstmtDcsnPrsn
InvstmtDcsnPrsn getInvstmtDcsnPrsn() -
getExctgPrsn
ExctgPrsn getExctgPrsn() -
getAddtlAttrbts
AddtlAttrbts getAddtlAttrbts() -
build
New build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
New.NewBuilder 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
-