Class: Quickfix::UnderlyingComplexEventReferencePage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventReferencePage

Returns a new instance of UnderlyingComplexEventReferencePage.



52318
52319
52320
52321
52322
52323
52324
# File 'lib/quickfix_fields.rb', line 52318

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