Table of Contents

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

int

Largest

Gets the largest margin call.

public MarginCall Largest { get; }

Property Value

MarginCall

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<MarginCall> GetEnumerator()

Returns

IEnumerator<MarginCall>

ToString()

Returns a string representation of this object.

public override string ToString()

Returns

string