Class: Quickfix::NoUnderlyingProtectionTermObligations

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

Instance Method Summary collapse

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