ExFix.InMessage (ex_fix v0.2.8)

Represents a received FIX message.

Summary

Types

t()

@type t() :: %ExFix.InMessage{
  complete: term(),
  error_reason: term(),
  fields: term(),
  msg_type: term(),
  original_fix_msg: term(),
  other_msgs: term(),
  poss_dup: term(),
  rest_msg: term(),
  seqnum: term(),
  subject: term(),
  valid: term()
}

Functions

get_field(in_message, field)