SessionParameters class

class V12.FIXAntenna.SessionParameters

Session’s extra parameters.

allow_unknown: bool

True if it is allowed to specify non-standard parameters yet unknown to the FIX engine. The FIX engine will throw an exception if any unknown parameter is found and this flag is not set.

validate_on_modify: bool

Set to True to perform parameters validation each time when any property has changed.

keys: List[str]

Returns a list of property keys that are currently set.

validate() None

Performs properties validation. Throws an exception if the property set is invalid.

Returns:

None

Return type:

None

get_unknown() SessionParameters

Returns an instance of the SessionParameters class that contains only the parameters yet unknown to the FIX engine.

Returns:

An instance of the SessionParameters class that contains only the parameters yet unknown to the FIX engine.

Return type:

SessionParameters