Class: Quickfix::ComplexEventReferencePage

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

Returns a new instance of ComplexEventReferencePage.



40982
40983
40984
40985
40986
40987
40988
# File 'lib/quickfix_fields.rb', line 40982

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

Class Method Details

.fieldObject



40979
40980
40981
# File 'lib/quickfix_fields.rb', line 40979

def ComplexEventReferencePage.field
  return 41016
end