This document describes IceFIX version 1.0.1.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


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