Batil
/
com.seansoper.batil.brokers.etrade.api
/
OrdersApi
/
cancelOrder
cancel
Order
@
PUT
(
value =
/v1/accounts/{accountIdKey}/orders/cancel
)
abstract fun
cancelOrder
(
@
Path
(
value =
accountIdKey
)
accountIdKey:
String
,
@
Body
()
body:
CancelOrderRequestEnvelope
):
Call
<
CancelOrderResponseEnvelope
>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard