Class: Quickfix::LegPaymentStreamCompoundingFrequencyPeriod

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

Returns a new instance of LegPaymentStreamCompoundingFrequencyPeriod.



66085
66086
66087
66088
66089
66090
66091
# File 'lib/quickfix_fields.rb', line 66085

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

Class Method Details

.fieldObject



66082
66083
66084
# File 'lib/quickfix_fields.rb', line 66082

def LegPaymentStreamCompoundingFrequencyPeriod.field
  return 42414
end