IContractsApiGet Method (ContractID)

GF API Documentation
Get the contract matching the given identifier

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

IContract Get(
	ContractID id
)

Parameters

id
Type: GF.Api.ContractsContractID

Return Value

Type: IContract
Null if not found
See Also

Reference