Skip to content

Commit

Permalink
ndax editOrder static test (ccxt#24692)
Browse files Browse the repository at this point in the history
  • Loading branch information
samgermain authored Dec 30, 2024
1 parent 56a9131 commit cc74814
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ts/src/test/static/request/ndax.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,22 @@
2
]
}
],
"editOrder": [
{
"description": "Edit Order",
"method": "editOrder",
"url": "https://api.ndax.io:8443/AP/CancelReplaceOrder",
"input": [
23177549716,
"ADA/CAD",
"limit",
"buy",
1.1,
1
],
"output": "{\"OrderIdToReplace\":23177549716,\"InstrumentId\":78,\"omsId\":1,\"AccountId\":187639,\"TimeInForce\":1,\"Side\":0,\"Quantity\":1.1,\"OrderType\":2,\"LimitPrice\":1}"
}
]
}
}

0 comments on commit cc74814

Please sign in to comment.