Hello everybody,
InstrumentListOperations.GetAllInstruments(List) returns a type IDssEnumerable<InstrumentListItem>, that represents an InstrumentList.
If you want to add an instrument to that list, by InstrumentListOperations.AppendIdentifiers, you need an InstrumentList type as a first argument.
How can I do the conversion ?
C#'s ToList() does not do it.
I imagine the answer lays somewhere in the documentation ?