ISymbolLookupApiByCriteria Method

GF API Documentation
Fetches matching contracts from the server and loads them into the local cache.

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

SymbolLookupRequestID ByCriteria(
	SymbolLookupRequest request
)

Parameters

request
Type: GF.Api.Contracts.Lookup.RequestSymbolLookupRequest

Return Value

Type: SymbolLookupRequestID
When result is ready, SymbolLookupReceived will be raised with same SymbolLookupRequestID.
Exceptions

ExceptionCondition
SymbolLookupCriteriaValidationExceptionIf criteria is invalid. See Validate(SymbolLookupRequest)
Remarks

Raises SymbolLookupReceived when result is ready.
See Also

Reference