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
DateTimeamount
doublekind
MarginCallKind
Properties
Amount
Gets the amount of the margin call.
public double Amount { get; }
Property Value
Date
Gets the date of the margin call.
public DateTime Date { get; }
Property Value
Kind
Gets the type of margin call.
public MarginCallKind Kind { get; }
Property Value
Methods
ToString()
Returns a string representation of this margin call.
public override string ToString()