A portfolio holds all positions within a flexible tree structure. This interface represents a node in the tree holding a list of child nodes and positions. Positions are the leaves in the tree and do not implement this interface.
This interface is read-only. Implementations may be mutable.
|
|