Class: Quickfix::UnderlyingProtectionTermObligationValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermObligationValue

Returns a new instance of UnderlyingProtectionTermObligationValue.



58987
58988
58989
58990
58991
58992
58993
# File 'lib/quickfix_fields.rb', line 58987

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