|
Lean
$LEAN_TAG$
|
Defines the parameters for BuyingPowerModel.GetInitialMarginRequiredForOrder More...
Public Member Functions | |
| InitialMarginRequiredForOrderParameters (ICurrencyConverter currencyConverter, Security security, Order order) | |
| Initializes a new instance of the InitialMarginRequiredForOrderParameters class More... | |
Properties | |
| Security | Security [get] |
| Gets the security More... | |
| Order | Order [get] |
| Gets the order More... | |
| ICurrencyConverter | CurrencyConverter [get] |
| Gets the currency converter More... | |
Defines the parameters for BuyingPowerModel.GetInitialMarginRequiredForOrder
Definition at line 23 of file InitialMarginRequiredForOrderParameters.cs.
| QuantConnect.Securities.InitialMarginRequiredForOrderParameters.InitialMarginRequiredForOrderParameters | ( | ICurrencyConverter | currencyConverter, |
| Security | security, | ||
| Order | order | ||
| ) |
Initializes a new instance of the InitialMarginRequiredForOrderParameters class
| currencyConverter | The currency converter |
| security | The security |
| order | The order |
Definition at line 46 of file InitialMarginRequiredForOrderParameters.cs.
|
get |
Gets the security
Definition at line 28 of file InitialMarginRequiredForOrderParameters.cs.
|
get |
Gets the order
Definition at line 33 of file InitialMarginRequiredForOrderParameters.cs.
|
get |
Gets the currency converter
Definition at line 38 of file InitialMarginRequiredForOrderParameters.cs.