Class: Quickfix::ProtectionTermObligationValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermObligationValue

Returns a new instance of ProtectionTermObligationValue.



29945
29946
29947
29948
29949
29950
29951
# File 'lib/quickfix_fields.rb', line 29945

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