Package cdm.event.position
Interface Inventory
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Inventory.InventoryBuilder
- All Known Implementing Classes:
Inventory.InventoryBuilderImpl,Inventory.InventoryImpl
@RosettaDataType(value="Inventory",
builder=InventoryBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Inventory",
model="cdm",
builder=InventoryBuilderImpl.class,
version="5.30.0")
public interface Inventory
extends com.rosetta.model.lib.RosettaModelObject
A data type that can be used to describe an inventory of securities.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Inventorystatic classImmutable Implementation of Inventory -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Inventory.InventoryBuilderbuilder()List<? extends InventoryRecord> An array holding the list of inventory being described.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Inventory> 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
-
getInventoryRecord
List<? extends InventoryRecord> getInventoryRecord()An array holding the list of inventory being described. Each element in the inventoryRecord array represents an individual piece of inventory i.e. a security. -
build
Inventory build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Inventory.InventoryBuilder 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
-