What problem does it solve?
It solves the problem of building a reliable integration for placing stock orders, querying accounts, and consuming real-time quotes from Fubon Neo without manually wiring SDK login, REST endpoints, WebSocket subscriptions, and audit logging.
Core Features & Use Cases
- Unified REST API for Trading Workflows: Exposes authentication, account queries, and order management endpoints for programmatic trading operations.
- Real-time WebSocket Quotes Service: Provides a quotes streaming interface with subscription controls across trade and book channels, supporting operational modes and reconnect behavior.
- Production-grade Audit Logging with SQLite: Persists trading events and order/fill records for traceability, debugging, and compliance-oriented review.
- Use Case: Integrate an automated strategy service that issues limit orders, listens to fills and order-state changes in real time, and feeds dashboard metrics from the resulting data streams.
Quick Start
Use the stock-order-api skill to generate and run a FastAPI service that logs into Fubon Neo using your certificate and credentials, then exposes REST endpoints for placing and managing orders plus a WebSocket endpoint for real-time quote subscriptions.