Click or drag to resize
IEquityResourcePreviewChangeAsync Method (String, OrderParameters)

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

Returns a preview of a change to an equity order.

Namespace: ETradeNet.Order.Equity
Assembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntax
Task<IPreviewChangeResponse> PreviewChangeAsync(
	string tbd,
	OrderParameters parameters
)

Parameters

tbd
Type: SystemString
Placeholder.
parameters
Type: ETradeNet.OrderOrderParameters
Common parameters.

Return Value

Type: TaskIPreviewChangeResponse
PreviewChange method response (asynchronous task).
Exceptions
ExceptionCondition
ETradeExceptionE*TRADE API exception.
HttpRequestExceptionNetwork error.
ArgumentExceptionArgument value does not adhere to the specification (parameters).
See Also