Class: Quickfix::LegReturnRateValuationStartDateOffsetUnit

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

Returns a new instance of LegReturnRateValuationStartDateOffsetUnit.



67424
67425
67426
67427
67428
67429
67430
# File 'lib/quickfix_fields.rb', line 67424

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

Class Method Details

.fieldObject



67421
67422
67423
# File 'lib/quickfix_fields.rb', line 67421

def LegReturnRateValuationStartDateOffsetUnit.field
  return 42517
end