Class: Quickfix::LegComplexEventType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventType

Returns a new instance of LegComplexEventType.



47443
47444
47445
47446
47447
47448
47449
# File 'lib/quickfix_fields.rb', line 47443

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