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
Parameters
- request
- Type: GF.Api.Contracts.Lookup.RequestSymbolLookupRequest
Return Value
Type: SymbolLookupRequestIDWhen result is ready, SymbolLookupReceived will be raised with same SymbolLookupRequestID.
Exceptions
Exception | Condition |
---|---|
SymbolLookupCriteriaValidationException | If criteria is invalid. See Validate(SymbolLookupRequest) |
Remarks
See Also