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 company::get_company_executive_background;pub use company::get_company_executives;pub use company::get_company_operational_efficiency;pub use company::get_company_profile;pub use company::get_financials_earnings_price_history;pub use company::get_financials_earnings_price_move;pub use company::get_financials_revenue_breakdown;pub use company::get_financials_statements;pub use company::get_research_analyst_consensus;pub use company::get_research_morningstar_report;pub use company::get_research_rating_summary;pub use company::get_valuation_detail;pub use company::get_valuation_plate_stock_list;pub use futures::get_future_info;pub use option_analysis::get_option_exercise_probability;pub use option_analysis::get_option_volatility;pub use ownership::get_insider_holder_list;pub use ownership::get_insider_trade_list;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 screen::option_screen;pub use screen::stock_screen;pub use screen::warrant_screen;pub use short_info::get_corporate_actions_buybacks;pub use short_info::get_corporate_actions_dividends;pub use short_info::get_corporate_actions_stock_splits;pub use short_info::get_daily_short_volume;pub use short_info::get_short_interest;pub use short_info::get_top_ten_buy_sell_brokers;pub use skill_wrap::get_derivative_unusual;pub use skill_wrap::get_financial_unusual;pub use skill_wrap::get_technical_unusual;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)
- company 🔒
- mcp/handlers/reference/company — v10.6 company profile / executives adapters.
- futures 🔒
- mcp/handlers/reference/futures — get_future_info (v1.4.110 CC Batch L: 拆自 reference.rs L244-323)
- option_
analysis 🔒 - ownership 🔒
- MCP handlers for v10.6 shareholder / ownership reference endpoints.
- 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)
- screen 🔒
- MCP reference screen handlers.
- short_
info 🔒 - MCP reference-data handlers for v10.6 short-info endpoints.
- skill_
wrap 🔒 - MCP adapters for Futu API v10.6 SkillWrap unusual endpoints.
- 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)