Class: Quickfix::ProtectionTermObligationType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermObligationType

Returns a new instance of ProtectionTermObligationType.



29932
29933
29934
29935
29936
29937
29938
# File 'lib/quickfix_fields.rb', line 29932

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