Class: Quickfix::RefApplVerID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RefApplVerID

Returns a new instance of RefApplVerID.



760
761
762
763
764
765
766
# File 'lib/quickfix_fields.rb', line 760

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

Class Method Details

.fieldObject



757
758
759
# File 'lib/quickfix_fields.rb', line 757

def RefApplVerID.field
  return 1130
end