Class: Quickfix::NoLegComplexEvents

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) ⇒ 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

Class Method Details

.fieldObject



47427
47428
47429
# File 'lib/quickfix_fields.rb', line 47427

def NoLegComplexEvents.field
	return 2218
end