Class: Quickfix::ReturnRateValuationFrequencyPeriod

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

Instance Method Summary collapse

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