Class: Quickfix::LegReturnRateValuationDateOffsetUnit

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

Returns a new instance of LegReturnRateValuationDateOffsetUnit.



67359
67360
67361
67362
67363
67364
67365
# File 'lib/quickfix_fields.rb', line 67359

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

Class Method Details

.fieldObject



67356
67357
67358
# File 'lib/quickfix_fields.rb', line 67356

def LegReturnRateValuationDateOffsetUnit.field
	return 42512
end