|
Lean
$LEAN_TAG$
|
Unique definition key for a collection of auxiliary data for a Market and SecurityType More...
Public Member Functions | |
| AuxiliaryDataKey (string market, SecurityType securityType) | |
| Creates a new instance More... | |
| override int | GetHashCode () |
| Serves as a hash function for a particular type. More... | |
| override bool | Equals (object? obj) |
| Determines whether the specified T:System.Object is equal to the current T:System.Object. More... | |
| override string | ToString () |
| Returns a string containing the market and security type More... | |
Static Public Member Functions | |
| static AuxiliaryDataKey | Create (Symbol symbol) |
| Helper method to create a new instance from a Symbol More... | |
| static AuxiliaryDataKey | Create (SecurityIdentifier securityIdentifier) |
| Helper method to create a new instance from a SecurityIdentifier More... | |
Properties | |
| static AuxiliaryDataKey | EquityUsa = new (QuantConnect.Market.USA, SecurityType.Equity) [get] |
| USA equities market corporate actions key definition More... | |
| string | Market [get] |
| The market associated with these corporate actions More... | |
| SecurityType | SecurityType [get] |
| The associated security type More... | |
Unique definition key for a collection of auxiliary data for a Market and SecurityType
Definition at line 22 of file AuxiliaryDataKey.cs.
| QuantConnect.Data.Auxiliary.AuxiliaryDataKey.AuxiliaryDataKey | ( | string | market, |
| SecurityType | securityType | ||
| ) |
Creates a new instance
Definition at line 42 of file AuxiliaryDataKey.cs.
| override int QuantConnect.Data.Auxiliary.AuxiliaryDataKey.GetHashCode | ( | ) |
Serves as a hash function for a particular type.
Definition at line 51 of file AuxiliaryDataKey.cs.
| override bool QuantConnect.Data.Auxiliary.AuxiliaryDataKey.Equals | ( | object? | obj | ) |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
| obj | The object to compare with the current object. |
<filterpriority>2</filterpriority>
Definition at line 67 of file AuxiliaryDataKey.cs.
| override string QuantConnect.Data.Auxiliary.AuxiliaryDataKey.ToString | ( | ) |
Returns a string containing the market and security type
Definition at line 81 of file AuxiliaryDataKey.cs.
|
static |
Helper method to create a new instance from a Symbol
|
static |
Helper method to create a new instance from a SecurityIdentifier
Definition at line 94 of file AuxiliaryDataKey.cs.
|
staticget |
USA equities market corporate actions key definition
Definition at line 27 of file AuxiliaryDataKey.cs.
|
get |
The market associated with these corporate actions
Definition at line 32 of file AuxiliaryDataKey.cs.
|
get |
The associated security type
Definition at line 37 of file AuxiliaryDataKey.cs.