The H
(Order Status Request) message is used to check the status of specific orders in the system by providing either OrderID
or ClOrdID
.
The Revolut Crypto Exchange will normally respond with 8
(Execution Report).
Tag | Name | Type | Required | Description |
---|---|---|---|---|
37 | OrderID | UUID | yes, conditionally* | Unique identifier of the order in the Revolut Crypto Exchange. *If this field is included, 11 ClOrdID is not required. |
11 | ClOrdID | UUID | yes, conditionally* | Unique identifier of the order assigned by the client. *If 37 OrderID is included, this field is ignored. If this field is included, 37 OrderID is not required. |
54 | Side | Char | yes, by FIX 4.4 | Side of the order. Does not affect client lookup. Supported values:
|
For more details, see FIX 4.4 : Order Status Request <H> message
in the FIX 4.4 documentation.