Class: Quickfix::NoProtectionTerms

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

Returns a new instance of NoProtectionTerms.



29659
29660
29661
29662
29663
29664
29665
# File 'lib/quickfix_fields.rb', line 29659

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

Class Method Details

.fieldObject



29656
29657
29658
# File 'lib/quickfix_fields.rb', line 29656

def NoProtectionTerms.field
	return 40181
end