OEC Application Programming Interface

OECClient.SymbolLookup Method

Sends symbol lookup request to server. Results will be available via event OnSymbolLookupReceived

Overload List

Sends symbol lookup request to server. Results will be available via event OnSymbolLookupReceived

public void SymbolLookup(SymbolLookupCriteria);

Sends strict symbol lookup request to server. Results will be available via event OnSymbolLookupReceived The result will contains only one contract with name that starts with

Symbol

public SymbolLookupCriteria SymbolLookup(String);

See Also

OECClient Class | OEC.API Namespace | SymbolLookupCriteria