Exchange FIX API
H (Order status request)
doc

H (Order status request)

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).

TagNameTypeRequiredDescription
37OrderIDUUIDyes, conditionally*Unique identifier of the order in the Revolut Crypto Exchange.

*If this field is included, 11 ClOrdID is not required.
11ClOrdIDUUIDyes, 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.
54SideCharyes, by FIX 4.4Side of the order. Does not affect client lookup.

Supported values:
  • 1 - BUY
  • 2 - SELL

For more details, see FIX 4.4 : Order Status Request <H> message in the FIX 4.4 documentation.

Was this page helpful?