Class: Quickfix::MassHaltReason

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MassHaltReason



21573
21574
21575
21576
21577
21578
21579
# File 'lib/quickfix_fields.rb', line 21573

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

Class Method Details

.fieldObject



21570
21571
21572
# File 'lib/quickfix_fields.rb', line 21570

def MassHaltReason.field
  return 1681
end