Class: Quickfix::LegReturnRateValuationFrequencyPeriod

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

Returns a new instance of LegReturnRateValuationFrequencyPeriod.



67541
67542
67543
67544
67545
67546
67547
# File 'lib/quickfix_fields.rb', line 67541

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

Class Method Details

.fieldObject



67538
67539
67540
# File 'lib/quickfix_fields.rb', line 67538

def LegReturnRateValuationFrequencyPeriod.field
  return 42526
end