Class: Quickfix::NoProtectionTerms

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

Instance Method Summary collapse

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