Click or drag to resize
IEquityResourcePlaceChangeAsync Method (String, OrderParameters, CancellationToken)

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

Submits changes to an equity order.

Namespace: ETradeNet.Order.Equity
Assembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntax
Task<IPlaceChangeResponse> PlaceChangeAsync(
	string tbd,
	OrderParameters parameters,
	CancellationToken cancellationToken
)

Parameters

tbd
Type: SystemString
Placeholder.
parameters
Type: ETradeNet.OrderOrderParameters
Common parameters.
cancellationToken
Type: System.ThreadingCancellationToken
Cancellation token.

Return Value

Type: TaskIPlaceChangeResponse
PlaceChange method response (asynchronous task).
Exceptions
ExceptionCondition
ETradeExceptionE*TRADE API exception.
HttpRequestExceptionNetwork error.
ArgumentExceptionArgument value does not adhere to the specification (parameters).
OperationCanceledExceptionAsynchronous task canceled (cancellationToken).
ObjectDisposedExceptionDisposed object accessed (cancellationToken).
See Also