Class: Quickfix::NoLegComplexEvents

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegComplexEvents

Returns a new instance of NoLegComplexEvents.



47430
47431
47432
47433
47434
47435
47436
# File 'lib/quickfix_fields.rb', line 47430

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