Class: Quickfix::LegReturnRateValuationStartDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateValuationStartDateUnadjusted

Returns a new instance of LegReturnRateValuationStartDateUnadjusted.



67385
67386
67387
67388
67389
67390
67391
# File 'lib/quickfix_fields.rb', line 67385

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

Class Method Details

.fieldObject



67382
67383
67384
# File 'lib/quickfix_fields.rb', line 67382

def LegReturnRateValuationStartDateUnadjusted.field
	return 42514
end