Expand description
mcp/handlers/reference — 拆 reference.rs 1102 → reference/{mod, 6 子}.rs (v1.4.110 CC Batch L)
16 个 pub async fn MCP handler 按业务域分 6 sub-mod:
warrant_ipo: warrant + ipofutures: future_infouser_security: group / get / modify / holding_change (4 handler)queries: stock_filter / trading_days / rehab / suspend / history_kl_quotacode_change: code_changeprice_reminder: set / get + option_expiration_date
Re-exports§
pub use code_change::get_code_change;pub use futures::get_future_info;pub use price_reminder::get_option_expiration_date;pub use price_reminder::get_price_reminder;pub use price_reminder::set_price_reminder;pub use queries::get_history_kl_quota;pub use queries::get_rehab;pub use queries::get_stock_filter;pub use queries::get_suspend;pub use queries::get_trading_days;pub use user_security::get_holding_change;pub use user_security::get_user_security;pub use user_security::get_user_security_group;pub use user_security::modify_user_security;pub use warrant_ipo::get_ipo_list;pub use warrant_ipo::get_warrant;pub use price_reminder::SetPriceReminderInput;
Modules§
- code_
change 🔒 - mcp/handlers/reference/code_change — get_code_change (v1.4.110 CC Batch L: 拆自 reference.rs L796-853)
- futures 🔒
- mcp/handlers/reference/futures — get_future_info (v1.4.110 CC Batch L: 拆自 reference.rs L244-323)
- price_
reminder 🔒 - mcp/handlers/reference/price_reminder — set/get_price_reminder + get_option_expiration_date (v1.4.110 CC Batch L: 拆自 reference.rs L858-1055)
- queries 🔒
- mcp/handlers/reference/queries — stock_filter / trading_days / rehab / suspend / history_kl_quota (v1.4.110 CC Batch L: 拆自 reference.rs L372-678)
- user_
security 🔒 - mcp/handlers/reference/user_security — user_security_group / get_user_security / modify_user_security / holding_change (v1.4.110 CC Batch L: 拆自 reference.rs L329-371 + 679-790 + 1061-1102)
- warrant_
ipo 🔒 - mcp/handlers/reference/warrant_ipo — get_warrant + get_ipo_list (v1.4.110 CC Batch L: 拆自 reference.rs L29-238)