ISymbolLookupApi Interface

GF API Documentation
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

public interface ISymbolLookupApi

The ISymbolLookupApi type exposes the following members.

Methods

  NameDescription
Public methodByCriteria
Fetches matching contracts from the server and loads them into the local cache.
Public methodBySymbol
Fetches matching contract from the server and loads them into the local cache.
Public methodValidate
Validates a SymbolLookupRequest
Top
Events

  NameDescription
Public eventSymbolLookupReceived
Raised when Symbol Lookup results are ready
Top
See Also

Reference