Message: RFQReport

File: WebAPI/market_data_2.proto

Description

Result of RFQ request.

Requests: RFQRequest.

Used in

ServerMsg

Fields

client_request_id

Type: uint32

Description: Client ID of the request.

Required: yes.

exchange_request_id

Type: string

Description: Exchange ID of the request.

Note: It’s set if status_code = RFQReport.StatusCode.STATUS_CODE_SUCCESS.

status_code

Type: uint32

Description: Status code.

Source: RFQReport.StatusCode.

details

Type: shared_1.Text

Description: Optional failure details.

effective_regulatory_algorithm_id

Type: uint32

Description: Regulatory Algorithm ID actually sent to the exchange for this request, if any.

Note: Will differ from client_regulatory_algorithm_id if any CQG algorithm was applied to the order.

Enum StatusCode

Values

      STATUS_CODE_SUCCESS = 0

      STATUS_CODE_FAILURE = 101

     General failure.

      STATUS_CODE_INVALID_PARAMS = 102

     Request parameters are invalid.

      STATUS_CODE_NOT_SUPPORTED_FOR_CONTRACT = 103

     RFQ is not supported for specified contract.