Class: Quickfix::UnderlyingReturnRateValuationFrequencyUnit

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

Returns a new instance of UnderlyingReturnRateValuationFrequencyUnit.



74288
74289
74290
74291
74292
74293
74294
# File 'lib/quickfix_fields.rb', line 74288

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

Class Method Details

.fieldObject



74285
74286
74287
# File 'lib/quickfix_fields.rb', line 74285

def UnderlyingReturnRateValuationFrequencyUnit.field
  return 43027
end