Class: Quickfix::LegReturnRateValuationDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateValuationDate

Returns a new instance of LegReturnRateValuationDate.



68139
68140
68141
68142
68143
68144
68145
# File 'lib/quickfix_fields.rb', line 68139

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