ContractSortKey Constructor

GF API Documentation
Construct sort key object

Namespace:  GF.Api.Contracts
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public ContractSortKey(
	string baseSymbol,
	int monthYear,
	int additional
)

Parameters

baseSymbol
Type: SystemString
Contract base symbol
monthYear
Type: SystemInt32
Expiration month year {YYMM}
additional
Type: SystemInt32
Additional key. E.g., expiration month year of second leg of calendar spread
See Also

Reference