Click or drag to resize
MarketService Class

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

E*TRADE Market Service.
Inheritance Hierarchy
SystemObject
  ETradeNet.MarketMarketService

Namespace: ETradeNet.Market
Assembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
Syntax
public sealed class MarketService : IMarketService, 
	IDisposable

The MarketService type exposes the following members.

Constructors
  NameDescription
Public methodMarketService
Initializes a new instance of the MarketService class.
Top
Properties
  NameDescription
Public propertyOptionChains
Gets the Option Chains resource.
Public propertyOptionExpireDate
Gets the Option Expire Date resource.
Public propertyProductLookup
Gets the Product Lookup resource.
Public propertyQuote
Gets the Quote resource.
Top
Methods
  NameDescription
Public methodDispose
Releases all unmanaged resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also