Public API for Symbol Lookup functionality.
Symbol Lookup is for fast text-based results. Supports search expressions. Has limited result size.
For example, this could be used in a UI control that suggests possible IContract matches as the user types the symbol.
Use IContractLoadApi for exhaustive contract acquisition.
Namespace: GF.Api.Contracts.Lookup
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The ISymbolLookupApi type exposes the following members.
Methods
Name | Description | |
---|---|---|
ByCriteria |
Fetches matching contracts from the server and loads them into the local cache.
| |
BySymbol |
Fetches matching contract from the server and loads them into the local cache.
| |
Validate |
Validates a SymbolLookupRequest |
Events
Name | Description | |
---|---|---|
SymbolLookupReceived |
Raised when Symbol Lookup results are ready
|
See Also