Class: Quickfix::UnderlyingIndexCurveUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingIndexCurveUnit

Returns a new instance of UnderlyingIndexCurveUnit.



75939
75940
75941
75942
75943
75944
75945
# File 'lib/quickfix_fields.rb', line 75939

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