该接口用于对指定证券账号进行股票持仓的手动调账操作,当前仅支 持股票类资产。通过传入账号 account_no、调账方向 direction(入账或出账)、市场 market、股票代码 symbol、数量 quantity 及业务码 biz_code 等参数,完成持仓的手动增减,并返回业务流水号 serial_num。该接口支持通过 request_id 实现幂等控制。This interface is used to perform a manual stock position adjustment for a specified securities account, currently supporting stock assets only. By providing the account number account_no, adjustment direction direction (credit or debit), market market, stock symbol symbol, quantity quantity, and business code biz_code, it completes the manual increase or decrease of positions and returns a business serial number serial_num. The interface supports idempotency control via request_id.
Request
Authorization
Body Params application/json
account_no
string
required
Account NO Eg:L6VQEU00121996(证券账号,例如:L6VQEU00121996)