IContractsApiGetElectronicOrPit Method

GF API Documentation
Get the electronic contract matching the given identifier, or if not found get the pit contract with an ID whose positive value matches using positive values for both pit and electronic

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

IContract GetElectronicOrPit(
	int id
)

Parameters

id
Type: SystemInt32

Return Value

Type: IContract
Null if not found
See Also

Reference