Class: Quickfix::LegComplexEventType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



47440
47441
47442
# File 'lib/quickfix_fields.rb', line 47440

def LegComplexEventType.field
	return 2219
end