ExFix.SessionConfig (ex_fix v0.2.7)

FIX session configuration

Summary

Types

t()

@type t() :: %ExFix.SessionConfig{
  default_applverid: term(),
  dictionary: term(),
  env: term(),
  heart_bt_int: term(),
  hostname: term(),
  log_incoming_msg: term(),
  log_outgoing_msg: term(),
  logon_encrypt_method: term(),
  max_output_buf_count: term(),
  mode: term(),
  name: term(),
  password: term(),
  port: term(),
  reconnect_interval: term(),
  reset_on_logon: term(),
  sender_comp_id: term(),
  session_handler: term(),
  target_comp_id: term(),
  time_service: term(),
  transport_mod: term(),
  transport_options: term(),
  username: term(),
  validate_incoming_message: term()
}