Class: Quickfix::NoLegExtraordinaryEvents

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

Returns a new instance of NoLegExtraordinaryEvents.



65747
65748
65749
65750
65751
65752
65753
# File 'lib/quickfix_fields.rb', line 65747

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

Class Method Details

.fieldObject



65744
65745
65746
# File 'lib/quickfix_fields.rb', line 65744

def NoLegExtraordinaryEvents.field
	return 42388
end