API Dokumentation
post
/api/v1/Instruments/orders/replaceQueues replacement of an open order (same path as SignalR {ReplaceOrder}).
Instruments
Parameter
version
path · string
Erforderlich
Anforderungstext
{
"orderId": 0,
"quantity": 0,
"limitPrice": 0,
"stopPrice": 0
}Antworten
- 202Replace queued on ConnectedUser.application/json
{} - 400Validation failed or stream session unavailable.application/json
{}