Class: Quickfix::NoUnderlyingProtectionTerms

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingProtectionTerms

Returns a new instance of NoUnderlyingProtectionTerms.



58714
58715
58716
58717
58718
58719
58720
# File 'lib/quickfix_fields.rb', line 58714

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