Lean
$LEAN_TAG$
|
Parameters for IBuyingPowerModel.GetInitialMarginRequirement More...
Public Member Functions | |
InitialMarginParameters (Security security, decimal quantity) | |
Initializes a new instance of the InitialMarginParameters class More... | |
InitialMarginParameters | ForUnderlying () |
Creates a new instance of InitialMarginParameters for the security's underlying More... | |
Properties | |
Security | Security [get] |
Gets the security More... | |
decimal | Quantity [get] |
Gets the quantity More... | |
Parameters for IBuyingPowerModel.GetInitialMarginRequirement
Definition at line 23 of file InitialMarginParameters.cs.
QuantConnect.Securities.InitialMarginParameters.InitialMarginParameters | ( | Security | security, |
decimal | quantity | ||
) |
Initializes a new instance of the InitialMarginParameters class
security | The security |
quantity | The quantity |
Definition at line 40 of file InitialMarginParameters.cs.
InitialMarginParameters QuantConnect.Securities.InitialMarginParameters.ForUnderlying | ( | ) |
Creates a new instance of InitialMarginParameters for the security's underlying
Definition at line 49 of file InitialMarginParameters.cs.
|
get |
Gets the security
Definition at line 28 of file InitialMarginParameters.cs.
|
get |
Gets the quantity
Definition at line 33 of file InitialMarginParameters.cs.