rfq.open.rfqs
Description
Subscribe to RFQ open RFQs updates.
Request Path And Method
wss path:
/ws/private
method:
subscribe
Request Example
{
"params": {
"channels": [
"rfq.open.rfqs"
]
},
"rid": 2,
"method": "subscribe"
}
Parameters
No specific parameters required for this channel.
message
| Name | Type | Description |
|---|---|---|
| method | string | Equals to subscription |
| creationTime | long | Message creation time |
| channel | string | Equals to rfq.open.rfqs |
| result | array | Response data array |
| > blockRfqId | string | The exchange created unique identifier of the RFQ |
| > label | string | RFQ creator label of the RFQ |
| > makers | array | List of targeted Block RFQ makers |
| > expiresAt | long | The time in UNIX milliseconds since the epoch when the RFQ expires |
| > strategyType | string | Strategy type. If the RFQ is custom, strategyType is custom. If it is a system-provided product combination, use the combination's type. Defaults to custom |
| > status | string | The availability of the RFQ to trade. Valid values: Active/PendingFill/Canceled/Filled/Expired/Failed |
| > taker | string | The taker's deskCode, serving as a unique identifier |
| > createdAt | long | The time in UNIX milliseconds since the epoch when the RFQ was created |
| > updatedAt | long | The time in UNIX milliseconds since the epoch when the RFQ was updated |
| > legs | array | Array of composite Instrument legs of the RFQ |
| >> kind | string | Product type: spot, linear, option |
| >> symbol | string | The real exchange instrument name |
| >> side | string | The direction of the composite leg relative to the RFQ. Valid values: Buy or Sell |
| >> quantity | string | Order quantity of the instrument |