Skip to content
Securities Limit

Create Security Limit

Creates a trading-limit configuration for a specified security.

This is a write operation.

POSThttps://b-api.lbkrs.com/risk_limit/v2/stock/create

Production: https://b-api.lbkrs.com · Test: https://b-api.longbridge.xyz

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Permission

lb_hk_risk_limit_config.risk_limit_config_stock_update

The Broker ACCESS_TOKEN must be granted the permission below, or the call will be rejected.

Request body application/json

counter_idstringrequired

Counter ID

codestringrequired

Limit Type. 限额类型标识。

currencystringrequired

Currency

namestring

Name

condition_warnobject

预警条件. 阈值条件对象,包含 operator(运算符,取值来自数据字典 risk_quota_operator)与 quota(阈值)两个字段。

condition_auditobject

审核条件. 阈值条件对象,包含 operator(运算符,取值来自数据字典 risk_quota_operator)与 quota(阈值)两个字段。

condition_rejectobject

拒绝条件. 阈值条件对象,包含 operator(运算符,取值来自数据字典 risk_quota_operator)与 quota(阈值)两个字段。

enableboolean

Enable

Responses

HTTP 200OK
Standard response envelopecodemessagedata
dataobjectdata structure
ticket_idstring

Ticket id

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs