Validate Order by ID
Validate an existing order by providing its ID
Overview
Returns the validation results for the order.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"Model": {
"OrderId": 1153288,
"IsSuccessful": true,
"Commission": 11,
"Commissions": {
"Per Trade Commission": 6,
"Per Contract Commission": 5
},
"Cost": 2,
"NetCost": 13,
"TotalCost": 13,
"Quotes": [
{
"Ask": 10,
"Bid": 10,
"Last": 10,
"Volume": 0,
"OpenInterest": 0,
"Symbol": "MLXAU",
"SecurityId": 30708874,
"Timestamp": "2021-07-09T09:45:02.221093Z"
}
],
"MarginChange": 2
},
"Errors": [],
"IsSucceed": true
}Last updated