Class: Quickfix::NoProtectionTermEvents

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

Returns a new instance of NoProtectionTermEvents.



29789
29790
29791
29792
29793
29794
29795
# File 'lib/quickfix_fields.rb', line 29789

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

Class Method Details

.fieldObject



29786
29787
29788
# File 'lib/quickfix_fields.rb', line 29786

def NoProtectionTermEvents.field
	return 40191
end