Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceFIX-Bridge
prevIceFIX-Reporter
Section


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.

Ztop

Exception Index

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

Ztop

Structure Index

ClientInfo — Information about a client.

Ztop

Sequence Index

ClientInfoSeq — A sequence of ClientInfo structures.

Ztop

Dictionary Index

QoS — Requested quality of service.

Ztop

Enumeration Index

BridgeStatus — The bridge status.

Ztop

Sequences

sequence<ClientInfo>
Anchor
ClientInfoSeq
ClientInfoSeq
ClientInfoSeq

A sequence of ClientInfo structures.

Used By
Ztop

Dictionaries

dictionary<string, string>
Anchor
QoS
QoS
QoS

Requested quality of service.

Used By
Ztop

Znav
nextIceFIX-Bridge
prevIceFIX-Reporter
Section