OEC Application Programming Interface

SymbolLookupMode Enumeration

Symbol lookup mode

public enum SymbolLookupMode

Members

Member Name Description
AnyInclusion A request "GE" returns all contracts that include GE in symbol or description
SymbolStartsWith A request "GE" returns all contracts that start with GE: GE, GEM9, etc
DescriptionStartsWith A request "GE" returns all contracts with description that start with GE: GENERAL ELECTRIC, GENESIS
AnyStartsWith A request "GE" returns all contracts with description or symbol that start with GE: GENERAL ELECTRIC, GENESIS, GE
ExactMatch A request "GE" returns only one contract - GENERAL ELECTRIC

Requirements

Namespace: OEC.Data

Assembly: CommLib (in CommLib.dll)

See Also

OEC.Data Namespace