Class: Quickfix::ComplexEventReferencePageHeading

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

Returns a new instance of ComplexEventReferencePageHeading.



40995
40996
40997
40998
40999
41000
41001
# File 'lib/quickfix_fields.rb', line 40995

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

Class Method Details

.fieldObject



40992
40993
40994
# File 'lib/quickfix_fields.rb', line 40992

def ComplexEventReferencePageHeading.field
  return 41017
end