QLNet.Index.addFixings C# (CSharp) Метод

addFixings() публичный Метод

public addFixings ( double>.Dictionary source ) : void
source double>.Dictionary
Результат void
        public void addFixings(Dictionary<Date, double> source)
        {
            addFixings(source, false);
        }

Same methods

Index::addFixings ( double>.Dictionary source, bool forceOverwrite ) : void
Index::addFixings ( List d, List v ) : void
Index::addFixings ( List d, List v, bool forceOverwrite ) : void