This document describes IceFIX version 1.0.1.


IceFIX

Overview

module IceFIX

Interface Index

Bridge — Used by clients to register with the bridge.
BridgeAdmin — Used by administrators to manage the bridge.
Executor — Used by clients to send FIX messages to their trading partner.
Reporter — Used by the bridge to forward incoming messages from the acceptor to a client.

Exception Index

ExecuteException — Raised if execute fails.
RegistrationException — Raised if register/unregister fails.

Structure Index

ClientInfo — Information about a client.

Sequence Index

ClientInfoSeq — A sequence of ClientInfo structures.

Dictionary Index

QoS — Requested quality of service.

Enumeration Index

BridgeStatus — The bridge status.

Sequences

sequence<ClientInfo> ClientInfoSeq

A sequence of ClientInfo structures.

Used By

Dictionaries

dictionary<string, string> QoS

Requested quality of service.

Used By

  • No labels