This document describes IceFIX version 1.0.1.


IceFIX::ClientInfo

Overview

struct ClientInfo

Information about a client.

Used By

Data Member Index

id — The client id.
isConnected — Is the client active?

Data Members

string id;

The client id.

bool isConnected;

Is the client active?


  • No labels