Click or drag to resize
OrderService Methods

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

The OrderService type exposes the following members.

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