Class: Quickfix::LegReturnRateValuationEndDateOffsetUnit

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

Returns a new instance of LegReturnRateValuationEndDateOffsetUnit.



67502
67503
67504
67505
67506
67507
67508
# File 'lib/quickfix_fields.rb', line 67502

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

Class Method Details

.fieldObject



67499
67500
67501
# File 'lib/quickfix_fields.rb', line 67499

def LegReturnRateValuationEndDateOffsetUnit.field
	return 42523
end