piff 0.1.0
piff: ^0.1.0 copied to clipboard
Dart client SDK for the PIFF protocol (Protocol for Interactive Financial Feeds) — real-time market data subscriptions and trading operations over WebSocket.
0.1.0 #
- Initial release of the PIFF Dart client SDK.
- WebSocket-based connection to PIFF-compatible servers with auto-reconnect.
- Real-time market data subscription (
subscribe_quote). - K-line / Tick chart data subscription (
set_chart). - Trading operations: login, insert order, cancel order.
DataManagerfor managing subscriptions and incremental data updates.TradeSessionfor authenticated trading account management.Seriesfor time-series chart data.- JWT authentication support.
- Comprehensive unit tests.