Class: Quickfix::PaymentStreamCompoundingFrequencyPeriod

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

Returns a new instance of PaymentStreamCompoundingFrequencyPeriod.



68659
68660
68661
68662
68663
68664
68665
# File 'lib/quickfix_fields.rb', line 68659

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

Class Method Details

.fieldObject



68656
68657
68658
# File 'lib/quickfix_fields.rb', line 68656

def PaymentStreamCompoundingFrequencyPeriod.field
  return 42615
end