- All Known Subinterfaces:
- QuantityPriceAmountContent<C,I>
public interface ContentStructure<C extends ContentStructure.Container,I extends ContentStructure.Item>
A ContentStructure represents some sort of content (that has a price).
It has references to its Item (what is held) and Container (where is
it held). Think of a ContentStructure.Container as a Portfolio and a
ContentStructure.Item as an instrument/asset, but they really could
be anything.
- Author:
- apete
getContentContainer
C getContentContainer()
getContentItem
I getContentItem()