Message: OrderRequestReject

File: WebAPI/order_2.proto

Description

Low-level order request reject. It is sent only if direct order status updates are impossible.

Request: OrderRequest.

Used in

ServerMsg

Fields

request_id

Type: uint32

Description: ID of the order request this reject corresponds to.

reject_code

Type: uint32

Description: If order request is rejected, this is rejection code. See https://help.cqg.com/apihelp/#!Documents/rejectcodesfixconnectorderrouting.htm for the list of values. Client implementation must be ready to get new values in this field.

text_message (deprecated)

Type: string

Description: Note: Use ‘details’ instead.

details

Type: shared_1.Text

Description: Optional reject details message.