Click or drag to resize
OrderService 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 Order Service.
Inheritance Hierarchy
SystemObject
  ETradeNet.OrderOrderService

Namespace: ETradeNet.Order
Assembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntax
public sealed class OrderService : IOrderService, 
	IDisposable

The OrderService type exposes the following members.

Constructors
  NameDescription
Public methodOrderService
Initializes a new instance of the OrderService class.
Top
Properties
  NameDescription
Public propertyEquity
Gets the Equity resource.
Public propertyOption
Gets the Option resource.
Top
Methods
  NameDescription
Public methodCancelAsync(String, String, OrderParameters)
Cancels an order.
Public methodCancelAsync(String, String, OrderParameters, CancellationToken)
Cancels an order.
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 methodGetListAsStreamAsync
Returns a list of open orders or orders updated during the current day.
Public methodGetListAsync(String, NullableUInt32, String, OrderParameters)
Returns a list of open orders or orders updated during the current day.
Public methodGetListAsync(String, NullableUInt32, String, OrderParameters, CancellationToken)
Returns a list of open orders or orders updated during the current day.
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