IBaseContractsApiGet Method (BaseContractID)

GF API Documentation
Get the IBaseContract matching the given ID

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

IBaseContract Get(
	BaseContractID id
)

Parameters

id
Type: GF.Api.Contracts.BaseBaseContractID

Return Value

Type: IBaseContract
null if not found
See Also

Reference