Lean
$LEAN_TAG$
|
Defines the parameters for IMarginInterestRateModel.ApplyMarginInterestRate More...
Public Member Functions | |
MarginInterestRateParameters (Security security, DateTime time) | |
Creates a new instance More... | |
Properties | |
Security | Security [get] |
The target security More... | |
DateTime | Time [get] |
The current UTC time More... | |
Defines the parameters for IMarginInterestRateModel.ApplyMarginInterestRate
Definition at line 23 of file MarginInterestRateParameters.cs.
QuantConnect.Securities.MarginInterestRateParameters.MarginInterestRateParameters | ( | Security | security, |
DateTime | time | ||
) |
Creates a new instance
Definition at line 38 of file MarginInterestRateParameters.cs.
|
get |
The target security
Definition at line 28 of file MarginInterestRateParameters.cs.
|
get |
The current UTC time
Definition at line 33 of file MarginInterestRateParameters.cs.