Class: Quickfix::RefCstmApplVerID

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

Returns a new instance of RefCstmApplVerID.



773
774
775
776
777
778
779
# File 'lib/quickfix_fields.rb', line 773

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

Class Method Details

.fieldObject



770
771
772
# File 'lib/quickfix_fields.rb', line 770

def RefCstmApplVerID.field
  return 1131
end