Class: Quickfix::NoUnderlyingProtectionTermObligations

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

Returns a new instance of NoUnderlyingProtectionTermObligations.



58961
58962
58963
58964
58965
58966
58967
# File 'lib/quickfix_fields.rb', line 58961

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

Class Method Details

.fieldObject



58958
58959
58960
# File 'lib/quickfix_fields.rb', line 58958

def NoUnderlyingProtectionTermObligations.field
	return 42087
end