Skip to content

[Feature] Low-latency "Snap-Exporter" for Real-Time Market Data Body #67

Description

@KunshrJain

The Problem
The Order Matcher (C#) lacks a high-speed mechanism to export trade events and order book updates to external C++ consumers without socket overhead.

The Solution
Implemented a cross-language "Snap-Exporter":

C++ Bridge: Created a C-API wrapper for Snap v3.0.
C# P/Invoke: Integrated
SnapExporter.cs
into the matching core.
Zero-Copy Streaming: Trade events are now streamed over SHM for sub-microsecond consumption.

Benefit
Allows high-performance C++ strategies to hook directly into the C# matching engine's trade flow with 10x lower latency than TCP.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions