Class: Quickfix::PaymentStreamPaymentFrequencyUnit

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

Returns a new instance of PaymentStreamPaymentFrequencyUnit.



37095
37096
37097
37098
37099
37100
37101
# File 'lib/quickfix_fields.rb', line 37095

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

Class Method Details

.fieldObject



37092
37093
37094
# File 'lib/quickfix_fields.rb', line 37092

def PaymentStreamPaymentFrequencyUnit.field
  return 40754
end