Class: Fix::Protocol::Messages::BusinessMessageReject

Inherits:
Fix::Protocol::Message show all
Defined in:
lib/fix/protocol/messages/business_message_reject.rb

Overview

A FIX business-level reject message

Constant Summary collapse

BUSINESS_REJECT_REASONS =
{
  0 => 'Other',
  1 => 'Unkown ID',
  2 => 'Unknown Security',
  3 => 'Unsupported Message Type',
  4 => 'Application not available',
  5 => 'Conditionally Required Field Missing',
  6 => 'Not authorized',
  7 => 'DeliverTo firm not available at this time'
}

Instance Attribute Summary

Attributes inherited from Fix::Protocol::MessagePart

#delegations, #name, #parse_failure

Method Summary

Methods inherited from Fix::Protocol::Message

#dump, #errors, #initialize, #valid?

Methods inherited from Fix::Protocol::MessagePart

collection, #dump, #errors, field, inherited, #initialize, #initialize_node, #node_for_name, #nodes, parent_delegate, parse, #parse, part, structure, unordered

Constructor Details

This class inherits a constructor from Fix::Protocol::Message