Class MarginCallCollection
- Namespace
- Balsam.MoneyManagement
- Assembly
- Balsam.Backtester.dll
A collection of margin calls.
public class MarginCallCollection : IEnumerable<MarginCall>, IEnumerable
- Inheritance
-
MarginCallCollection
- Implements
- Inherited Members
- Extension Methods
Properties
Count
Gets the number of margin calls contained within the collection.
public int Count { get; }
Property Value
Largest
Gets the largest margin call.
public MarginCall Largest { get; }
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<MarginCall> GetEnumerator()
Returns
ToString()
Returns a string representation of this object.
public override string ToString()