Lean  $LEAN_TAG$
QuantConnect.Api.DataAgreement Class Reference

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...
 

Detailed Description

Organization Data Agreement

Definition at line 88 of file Organization.cs.

Member Data Documentation

◆ SignedTime

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 100 of file Organization.cs.

Property Documentation

◆ EpochSignedTime

long? QuantConnect.Api.DataAgreement.EpochSignedTime
getset

Epoch time the Data Agreement was Signed

Definition at line 94 of file Organization.cs.

◆ Signed

bool QuantConnect.Api.DataAgreement.Signed
getset

True/False if it is currently signed

Definition at line 106 of file Organization.cs.


The documentation for this class was generated from the following file: