Filter criteria for finding contract symbols
            
Inheritance Hierarchy
GF.Api.Contracts.Lookup.RequestSymbolLookupRequest
Namespace: GF.Api.Contracts.Lookup.Request
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The SymbolLookupRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SymbolLookupRequest | Initializes a new instance of the SymbolLookupRequest class  | 
Properties
| Name | Description | |
|---|---|---|
| BaseSymbol | 
            Lookup by base contract symbol text.
              | |
| Description | 
            Lookup by contract description text.
              | |
| Expression | 
            Symbol lookup evaluation expression. Forms a boolean tree structure, evaluated from left to right.
            Can be either a leaf [!:ISymbolLookupCriteria] or a   | |
| ResultCount | 
            Desired number of result contracts
              | |
| Symbol | 
            Lookup by contract symbol text.
              | 
Fields
| Name | Description | |
|---|---|---|
| MaxResultCount | ||
| MinResultCount | 
See Also