OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation

When the session is in the active state, and there are some network issues, the Handler will try to restore the connection per OnixS::B3::BOE::SessionSettings::reconnectAttempts and OnixS::B3::BOE::SessionSettings::reconnectInterval settings.

When a network error is detected, the session changes its state to OnixS::B3::BOE::SessionStateId::Reconnecting and tries to re-establish the connection OnixS::B3::BOE::SessionSettings::reconnectAttempts() times with the OnixS::B3::BOE::SessionSettings::reconnectInterval() delays between attempts.

Note
Reconnection works for established FIXP sessions only.
See also
Scheduling Sessions for Automatic Connection