public class ContractRelationList : IEnumerable<ContractRelation>Public Class ContractRelationList
Implements IEnumerable(Of ContractRelation)| Contract | The contract this list belongs to |
| Count | Returns the number of Contracts in the list. |
| Item | Returns the contract relation for the exchange and contract specified. |
| Contains | Determines whether the list contains the Contract specified or not. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetChartDataRelations | Returns a list of the contract relations that would be needed for chart data requests, e.g. historical contracts where a contractr moved from one exchange to another. |
| GetEnumerator | Returns an enumerator on the list for use with For...Each statements. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetOptionsRelations | Returns a list of the options that are related to this contract, for example Week 1 and Week 2 options are related to each other. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IEnumerable_GetEnumerator | Returns an enumerator on the list for use with For...Each statements. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |