Inheritance diagram for CompositeVectorQuote< Function >:Public Member Functions | |
| CompositeVectorQuote (std::vector< Handle< Quote >> q, Function f) | |
| Real | value () const override |
| bool | isValid () const override |
| void | update () override |
Protected Attributes | |
| std::vector< Handle< Quote > > | q_ |
| Function | f_ |