Class: Quickfix::PaymentFrequencyUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentFrequencyUnit

Returns a new instance of PaymentFrequencyUnit.



77811
77812
77813
77814
77815
77816
77817
# File 'lib/quickfix_fields.rb', line 77811

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

Class Method Details

.fieldObject



77808
77809
77810
# File 'lib/quickfix_fields.rb', line 77808

def PaymentFrequencyUnit.field
  return 43103
end