Click or drag to resize
IEquityResourcePlaceAsync 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.

Submits an equity order.

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

Parameters

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

Return Value

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