Lean
$LEAN_TAG$
|
Organization Data Agreement More...
Public Attributes | |
DateTime? | SignedTime => EpochSignedTime.HasValue ? DateTimeOffset.FromUnixTimeSeconds(EpochSignedTime.Value).DateTime : null |
DateTime the agreement was signed. Uses EpochSignedTime converted to a standard datetime. More... | |
Properties | |
long? | EpochSignedTime [get, set] |
Epoch time the Data Agreement was Signed More... | |
bool | Signed [get, set] |
True/False if it is currently signed More... | |
Organization Data Agreement
Definition at line 60 of file Organization.cs.
DateTime? QuantConnect.Api.DataAgreement.SignedTime => EpochSignedTime.HasValue ? DateTimeOffset.FromUnixTimeSeconds(EpochSignedTime.Value).DateTime : null |
DateTime the agreement was signed. Uses EpochSignedTime converted to a standard datetime.
Definition at line 72 of file Organization.cs.
|
getset |
Epoch time the Data Agreement was Signed
Definition at line 66 of file Organization.cs.
|
getset |
True/False if it is currently signed
Definition at line 78 of file Organization.cs.