Class: Fix::Protocol::Messages::MdEntryType

Inherits:
Fix::Protocol::MessagePart show all
Defined in:
lib/fix/protocol/messages/md_entry_type.rb

Overview

A market data entry type component, see www.onixs.biz/fix-dictionary/4.4/tagNum_269.html

Constant Summary collapse

MD_ENTRY_TYPES =

The MD entry type mapping

{
  bid:          0,
  ask:          1,
  offer:        1,
  trade:        2,
  index:        3,
  open:         4,
  close:        5,
  settlement:   6,
  high:         7,
  low:          8,
  vwap:         9,
  volume:       'B'
}

Instance Attribute Summary

Attributes inherited from Fix::Protocol::MessagePart

#name, #parse_failure

Method Summary

Methods inherited from Fix::Protocol::MessagePart

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

Constructor Details

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