Class: Quickfix::LegPaymentStreamPaymentFrequencyPeriod

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

Returns a new instance of LegPaymentStreamPaymentFrequencyPeriod.



31115
31116
31117
31118
31119
31120
31121
# File 'lib/quickfix_fields.rb', line 31115

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

Class Method Details

.fieldObject



31112
31113
31114
# File 'lib/quickfix_fields.rb', line 31112

def LegPaymentStreamPaymentFrequencyPeriod.field
  return 40294
end