Lean  $LEAN_TAG$
QuantConnect.Data.Auxiliary.IFactorRow Interface Reference

Factor row abstraction. IFactorProvider More...

Inheritance diagram for QuantConnect.Data.Auxiliary.IFactorRow:
[legend]

Public Member Functions

string GetFileFormat (string source=null)
 Writes factor file row into it's file format More...
 

Properties

DateTime Date [get]
 Gets the date associated with this data More...
 

Detailed Description

Factor row abstraction. IFactorProvider

Definition at line 24 of file IFactorRow.cs.

Member Function Documentation

◆ GetFileFormat()

string QuantConnect.Data.Auxiliary.IFactorRow.GetFileFormat ( string  source = null)

Writes factor file row into it's file format

Implemented in QuantConnect.Data.Auxiliary.CorporateFactorRow, and QuantConnect.Data.Auxiliary.MappingContractFactorRow.

Property Documentation

◆ Date

DateTime QuantConnect.Data.Auxiliary.IFactorRow.Date
get

Gets the date associated with this data

Definition at line 29 of file IFactorRow.cs.


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