Interface IBackupFixSession
The IBackupFIXSession
provides ability to switch the connection from
the primary host to backup and vice versa.
The backup session should configured by engine.properties and default.properties configuration files.
Namespace: FixAntenna.FixEngine.Session
Assembly: FixAntenna.Core.dll
Syntax
public interface IBackupFixSession
Methods
IsRunningOnBackup()
Returns true, if session connected to backup host.
Declaration
bool IsRunningOnBackup()
Returns
Type | Description |
---|---|
System.Boolean |
SwitchToBackUp()
The method, switch current connection to backup.
Declaration
void SwitchToBackUp()
SwitchToPrimary()
The method, switch current connection to primary.
Declaration
void SwitchToPrimary()