What problem does it solve? Integrating the Tiger Brokers OpenAPI in Go requires knowing exact SDK method signatures, typed request structs, and account-specific behaviors; this Skill provides verified bilingual reference guides so AI coding tools generate correct trading code without hallucinating methods. ## Core Features & Use Cases - Market Data Queries: Real-time quotes, K-lines, depth, trade ticks, capital flow, and corporate actions via the quote client. - Trading Operations: Place, modify, and cancel stock, futures, and options orders including multi-leg combo strategies, with mandatory preview-and-confirm safety rules for live trading. - Real-time Push & Account Management: WebSocket subscriptions for quotes, orders, positions, and assets, plus asset queries, segment fund transfers, and funding history. - Use Case: Ask the AI to write a Go program that subscribes to AAPL real-time quotes and places a paper-trading limit order, and it produces compilable code using the correct model.LimitOrder and push.Callbacks APIs. ## Quick Start Ask the AI to write a Go program using the Tiger Brokers OpenAPI SDK that fetches real-time quotes for AAPL and TSLA with a paper trading account.