Click or drag to resize
IProductLookupResource Interface

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Product Lookup resource interface.

Namespace: ETradeNet.Market.ProductLookup
Assembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
Syntax
public interface IProductLookupResource

The IProductLookupResource type exposes the following members.

Methods
  NameDescription
Public methodGetAsStreamAsync
Looks up an exchange and symbol based on company name and security type.
Public methodGetAsync(String, SecurityType, MarketParameters)
Looks up an exchange and symbol based on company name and security type.
Public methodGetAsync(String, SecurityType, MarketParameters, CancellationToken)
Looks up an exchange and symbol based on company name and security type.
Top
See Also