Class: Quickfix::UnderlyingValuationReferenceModel

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



54369
54370
54371
# File 'lib/quickfix_fields.rb', line 54369

def UnderlyingValuationReferenceModel.field
	return 2294
end