ContractRelationPriority Property

The priority level of this relationship.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public int Priority { get; }

Property Value

Int32

Return Value

Int32
This is used when there are multiple relationships that are otherwise the same, e.g. e-mini s&p 500 futures relate to the corresponding monthly option plus also weekly option contracts. The monthly option would be priority 5 and the weeklies would be higher. The lower the number the higher priority.

See Also