Class: Quickfix::LegReturnRateValuationFrequencyUnit

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

Returns a new instance of LegReturnRateValuationFrequencyUnit.



67554
67555
67556
67557
67558
67559
67560
# File 'lib/quickfix_fields.rb', line 67554

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

Class Method Details

.fieldObject



67551
67552
67553
# File 'lib/quickfix_fields.rb', line 67551

def LegReturnRateValuationFrequencyUnit.field
  return 42527
end