Class: Quickfix::LegReturnRateValuationTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateValuationTime

Returns a new instance of LegReturnRateValuationTime.



67931
67932
67933
67934
67935
67936
67937
# File 'lib/quickfix_fields.rb', line 67931

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