FAProperties class
- class V12.FIXAntenna.FAProperties
FIX Antenna Properties
- get_ssl_server_context([configurator : SslContextConfigurator]) SslServerContext
Returns server specific SSL context.
- Parameters:
configurator (SslContextConfigurator) – Custom SSL context configurator
- Returns:
Server specific SSL context
- Return type:
- get_ssl_client_context([configurator : SslContextConfigurator]) SslClientContext
Returns client specific SSL context.
- Parameters:
configurator (SslContextConfigurator) – Custom SSL context configurator
- Returns:
Client specific SSL context
- Return type:
- get_ssl_context_configurator_instance(protocols: int, ciphers_list: str, ca_file: str, certificate_file: str, private_key_file: str, certificate_password: str, private_key_password: str, validate_peer_certificate: bool) SslContextConfigurator
Returns an SslContextConfigurator instance to use as a configuration source for SSL contexts (call to get_ssl_client_context() for example).
- Returns:
SSL context configurator instance
- Return type: