Class: Quickfix::UnderlyingValuationReferenceModel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingValuationReferenceModel

Returns a new instance of UnderlyingValuationReferenceModel.



54372
54373
54374
54375
54376
54377
54378
# File 'lib/quickfix_fields.rb', line 54372

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