Class: Quickfix::NoLegProtectionTerms

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegProtectionTerms

Returns a new instance of NoLegProtectionTerms.



50771
50772
50773
50774
50775
50776
50777
# File 'lib/quickfix_fields.rb', line 50771

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