Class: Quickfix::LegComplexEventReferencePage

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

Instance Method Summary collapse

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