Class: Quickfix::UnderlyingSettlRateIndex

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlRateIndex

Returns a new instance of UnderlyingSettlRateIndex.



54242
54243
54244
54245
54246
54247
54248
# File 'lib/quickfix_fields.rb', line 54242

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