Class: Quickfix::PaymentFrequencyPeriod

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

Returns a new instance of PaymentFrequencyPeriod.



77798
77799
77800
77801
77802
77803
77804
# File 'lib/quickfix_fields.rb', line 77798

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

Class Method Details

.fieldObject



77795
77796
77797
# File 'lib/quickfix_fields.rb', line 77795

def PaymentFrequencyPeriod.field
  return 43102
end