Broker Queue
brokersRetrieve bid and ask broker queues for Hong Kong stocks. Returns broker positions and IDs that can be mapped to participant names.
Instructions
Get broker queue (HK stocks only). Returns bid_brokers/ask_brokers arrays, each with position (1-based) and broker_ids. Map broker IDs to names via participants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "700.HK" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid_brokers | Yes | Bid brokers, best price first. | |
| ask_brokers | Yes | Ask brokers, best price first. |