Class: Quickfix::LegComplexEventReferencePage

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

Returns a new instance of LegComplexEventReferencePage.



47235
47236
47237
47238
47239
47240
47241
# File 'lib/quickfix_fields.rb', line 47235

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

Class Method Details

.fieldObject



47232
47233
47234
# File 'lib/quickfix_fields.rb', line 47232

def LegComplexEventReferencePage.field
  return 41385
end