|
Lean
$LEAN_TAG$
|
Result type for IBuyingPowerModel.GetInitialMarginRequirement and IBuyingPowerModel.GetInitialMarginRequiredForOrder More...
Public Member Functions | |
| InitialMargin (decimal value) | |
| Initializes a new instance of the InitialMargin class More... | |
Static Public Member Functions | |
| static implicit | operator decimal (InitialMargin margin) |
| Implicit operator InitialMargin -> decimal More... | |
| static implicit | operator InitialMargin (decimal margin) |
| Implicit operator decimal -> InitialMargin More... | |
Properties | |
| static InitialMargin | Zero = new InitialMargin(0m) [get] |
| Gets an instance of InitialMargin with zero values More... | |
| decimal | Value [get] |
| The initial margin value in account currency More... | |
Result type for IBuyingPowerModel.GetInitialMarginRequirement and IBuyingPowerModel.GetInitialMarginRequiredForOrder
Definition at line 22 of file InitialMargin.cs.
| QuantConnect.Securities.InitialMargin.InitialMargin | ( | decimal | value | ) |
Initializes a new instance of the InitialMargin class
| value | The initial margin |
Definition at line 38 of file InitialMargin.cs.
|
static |
Implicit operator InitialMargin -> decimal
Definition at line 46 of file InitialMargin.cs.
|
static |
Implicit operator decimal -> InitialMargin
Definition at line 54 of file InitialMargin.cs.
|
staticget |
Gets an instance of InitialMargin with zero values
Definition at line 27 of file InitialMargin.cs.
|
get |
The initial margin value in account currency
Definition at line 32 of file InitialMargin.cs.