Table of Contents

Class CostCurveCollection

Namespace
Balsam.TransactionCosts
Assembly
Balsam.Backtester.dll

A collection of cost curves indexed by symbol.

public class CostCurveCollection : KeyedCollection<string, CostCurve>, IList<CostCurve>, ICollection<CostCurve>, IReadOnlyList<CostCurve>, IReadOnlyCollection<CostCurve>, IEnumerable<CostCurve>, IList, ICollection, IEnumerable
Inheritance
CostCurveCollection
Implements
Inherited Members
Extension Methods

Methods

GetKeyForItem(CostCurve)

Returns the symbol associated with a cost curve.

protected override string GetKeyForItem(CostCurve item)

Parameters

item CostCurve

Returns

string