ISymbolLookupApiBySymbol Method

GF API Documentation
Fetches matching contract 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 BySymbol(
	string symbol
)

Parameters

symbol
Type: SystemString

Return Value

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

Raises SymbolLookupReceived when result is ready.
See Also

Reference