Class: Quickfix::ReturnRateValuationFrequencyPeriod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ReturnRateValuationFrequencyPeriod

Returns a new instance of ReturnRateValuationFrequencyPeriod.



70128
70129
70130
70131
70132
70133
70134
# File 'lib/quickfix_fields.rb', line 70128

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

Class Method Details

.fieldObject



70125
70126
70127
# File 'lib/quickfix_fields.rb', line 70125

def ReturnRateValuationFrequencyPeriod.field
  return 42727
end