Class: Quickfix::ComplexEventReferencePage

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

Instance Method Summary collapse

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