Class: Quickfix::UnderlyingProtectionTermObligationType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermObligationType



58974
58975
58976
58977
58978
58979
58980
# File 'lib/quickfix_fields.rb', line 58974

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