PersistentPortfolioManager(IReadOnlyDictionary<StringInstrument>, IReadOnlyDictionary<Int32Instrument>) Constructor
public PersistentPortfolioManager(
IReadOnlyDictionary<string, Instrument> instruments,
IReadOnlyDictionary<int, Instrument> instrumentsById
)
This language is not supported or no code example is available.
public:
PersistentPortfolioManager(
IReadOnlyDictionary<String^, Instrument^>^ instruments,
IReadOnlyDictionary<int^, Instrument^>^ instrumentsById
)
This language is not supported or no code example is available.
Parameters
- instruments
- IReadOnlyDictionary<string, Instrument>
- instrumentsById
- IReadOnlyDictionary<int, Instrument>