piff 0.1.0 copy "piff: ^0.1.0" to clipboard
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.
  • DataManager for managing subscriptions and incremental data updates.
  • TradeSession for authenticated trading account management.
  • Series for time-series chart data.
  • JWT authentication support.
  • Comprehensive unit tests.
0
likes
140
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart client SDK for the PIFF protocol (Protocol for Interactive Financial Feeds) — real-time market data subscriptions and trading operations over WebSocket.

Topics

#finance #websocket #trading #market-data #realtime

License

MIT (license)

Dependencies

http, logging, uuid, web_socket_channel

More

Packages that depend on piff