What problem does it solve? Integrating a brokerage API into a Java application requires navigating authentication, dozens of request classes, market-specific symbol rules, and WebSocket subscription patterns. This Skill provides complete, bilingual reference guides for the Tiger Brokers OpenAPI Java SDK so AI coding tools can generate correct trading and market-data code on the first attempt. ## Core Features & Use Cases - Market Data Queries: Retrieve stock, futures, options, fund, and crypto quotes, K-lines, depth order books, trade ticks, screeners, and fundamentals across US and HK markets. - Trading & Account Management: Place, modify, and cancel orders (market/limit/stop/algo), query positions, assets, P&L analytics, and perform segment fund transfers. - Options Workflows: Query expiration dates, option chains with Greeks filters, real-time option quotes, and HK option symbol mapping. - Real-time Push: Subscribe to quote, depth, tick, K-line, order, position, and asset change events via WebSocketClient with the ApiComposeCallback interface. - Use Case: Ask the AI to "query the latest quote for Tencent (00700) and place a paper-trading limit buy order" and receive working Java code using TigerHttpClient with correct symbol mapping and safety defaults. ## Quick Start Ask the AI to write Java code using the Tiger Brokers OpenAPI SDK to query a stock quote or place a paper-trading order, providing your tigerId, account, and private key configuration.