Class: Quickfix::MDEntryType

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDEntryType

Returns a new instance of MDEntryType.



5557
5558
5559
5560
5561
5562
5563
# File 'lib/quickfix_fields.rb', line 5557

def initialize(data = nil)
  if( data == nil )
    super(269)
  else
    super(269, data)
  end
end

Class Method Details

.fieldObject



5554
5555
5556
# File 'lib/quickfix_fields.rb', line 5554

def MDEntryType.field
  return 269
end