Class: Quickfix::RefTagID

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) ⇒ RefTagID

Returns a new instance of RefTagID.



565
566
567
568
569
570
571
# File 'lib/quickfix_fields.rb', line 565

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

Class Method Details

.fieldObject



562
563
564
# File 'lib/quickfix_fields.rb', line 562

def RefTagID.field
  return 371
end