Class: Quickfix::ValuationReferenceModel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ValuationReferenceModel

Returns a new instance of ValuationReferenceModel.



42386
42387
42388
42389
42390
42391
42392
# File 'lib/quickfix_fields.rb', line 42386

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