Click or drag to resize

FixEnginegetConfiguredSessions Method

Returns dictionary of configured sessions

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public Dictionary<SessionId, SessionExtraParameters> getConfiguredSessions(
	SessionRole sessionRole
)

Parameters

sessionRole  SessionRole
Session role to filter in. NA to skip filtering

Return Value

DictionarySessionId, SessionExtraParameters
Dictionary of Sessions extra parameters of configured sessions
See Also