Class: Quickfix::LegReturnRateValuationStartDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateValuationStartDateAdjusted

Returns a new instance of LegReturnRateValuationStartDateAdjusted.



67450
67451
67452
67453
67454
67455
67456
# File 'lib/quickfix_fields.rb', line 67450

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