Class: Quickfix::UnderlyingValuationSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingValuationSource

Returns a new instance of UnderlyingValuationSource.



54359
54360
54361
54362
54363
54364
54365
# File 'lib/quickfix_fields.rb', line 54359

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