This document describes IceFIX version 1.0.1.


IceFIX::Reporter

Overview

interface Reporter

Used by the bridge to forward incoming messages from the acceptor to a client.

Operation Index

message — Forwards a message to a client.

Operations

void message(string data)

Forwards a message to a client.

Parameters

data — The FIX encoded message.


  • No labels