Click or drag to resize

SessionDisconnect(String, Boolean) Method

Closes session with the given logout text.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public void Disconnect(
	string logoutText,
	bool markAsTerminated
)

Parameters

logoutText  String
text, which will be used in the Logout message
markAsTerminated  Boolean
if 'true' then the session will be forcefully marked as correctly terminated and persistant information about it will not be used during the subsequent connections.
Remarks
Note  Note
the forcefullyMarkAsTerminated parameter is used only if the IntradayLogoutTolerance configuration option is .
See Also