返回软件包
NuGet 软件包

StockSharp.Fix

FIX/FAST

软件包详情公开可见。下载软件包需要 StockSharp 访问权限。

安装

dotnet add package StockSharp.Fix --version 5.0.0

README

FIX Protocol Connector

The FIX Protocol connector connects StockSharp to brokers, exchanges, and trading systems through configurable Financial Information eXchange sessions. It maps dialect-specific messages to the unified StockSharp message model.

Key capabilities

  • Configurable FIX dialects for multiple brokers, venues, and market segments.
  • Session logon, authentication, heartbeats, sequence tracking, resend handling, reconnection, and optional secure transport.
  • Instrument discovery and market data such as Level 1 quotes, trades, order books, candles, news, and order-log events when supported by the dialect.
  • Order submission, replacement, cancellation, mass cancellation, status, and execution workflows when supported by the counterparty.
  • Portfolio, balance, and position updates for transactional sessions.
  • Sender, target, account, endpoint, and session settings exposed through the standard StockSharp configuration model.

Typical use

Use this connector for custom broker integrations, exchange gateways, live strategies, order-management services, and normalized market-data access.

Exact messages, fields, order types, recovery behavior, and permissions depend on the selected FIX dialect and the counterparty's session specification.

发行说明

Aim the shipped adapters at the session the connector serves

依赖项

net10.0