Class: Quickfix::LegReturnRateValuationEndDateUnadjusted

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) ⇒ LegReturnRateValuationEndDateUnadjusted

Returns a new instance of LegReturnRateValuationEndDateUnadjusted.



67463
67464
67465
67466
67467
67468
67469
# File 'lib/quickfix_fields.rb', line 67463

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

Class Method Details

.fieldObject



67460
67461
67462
# File 'lib/quickfix_fields.rb', line 67460

def LegReturnRateValuationEndDateUnadjusted.field
	return 42520
end