Yourfintech
Yourfintech
Yourfintech
  • Yourfintech
  • Trading Platform Overview
  • Socket Integration
    • JSON format socket
      • General messages structure
      • Server messages spec
      • Client messages spec
      • Root Models
    • Yft Manager API
      • General messages structure
      • Server message spec
      • Client Messages spec
      • Root Models
  • Trading Platform Integration
    • Account Integration
      • ProtoFile
    • Trading Engine Integration
      • ProtoFile
    • Trading Settings Integration
      • ProtoFile
Powered by GitBook
On this page
  1. Socket Integration

Yft Manager API

Overview

YFT Manager API is a high-performance TCP server designed for real-time monitoring and management of trading entities within a financial system.

The server implements a lightweight JSON-over-TCP protocol with fully typed message structures, providing:

  • Authentication with strict request filtering

  • Initial snapshot delivery upon successful connection

  • Subscription support for updates (e.g., prices, positions, accounts)

  • Built-in performance metrics for Graphana/Prometheus

  • Low-latency data delivery via persistent TCP sessions

Supported Features:

  • Retrieval of trading groups, instruments, profiles, accounts, positions, orders, prices, and more

  • Real-time update broadcasting to all active client sessions

  • Native support for Prometheus metrics: request tracking and event processing

PreviousRoot ModelsNextGeneral messages structure

Last updated 8 days ago