Class: Quickfix::NoUnderlyingProtectionTerms

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

Class Method Details

.fieldObject



58711
58712
58713
# File 'lib/quickfix_fields.rb', line 58711

def NoUnderlyingProtectionTerms.field
	return 42068
end