Table of Contents

Class MarginCall

Namespace
Balsam.MoneyManagement
Assembly
Balsam.Backtester.dll

Encapsulates information about margin calls.

public class MarginCall
Inheritance
MarginCall
Inherited Members
Extension Methods

Constructors

MarginCall(DateTime, double, MarginCallKind)

Initializes a new margin call.

public MarginCall(DateTime date, double amount, MarginCallKind kind)

Parameters

date DateTime
amount double
kind MarginCallKind

Properties

Amount

Gets the amount of the margin call.

public double Amount { get; }

Property Value

double

Date

Gets the date of the margin call.

public DateTime Date { get; }

Property Value

DateTime

Kind

Gets the type of margin call.

public MarginCallKind Kind { get; }

Property Value

MarginCallKind

Methods

ToString()

Returns a string representation of this margin call.

public override string ToString()

Returns

string