Class: Quickfix::UnderlyingPaymentStreamPaymentFrequencyUnit

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

Returns a new instance of UnderlyingPaymentStreamPaymentFrequencyUnit.



34885
34886
34887
34888
34889
34890
34891
# File 'lib/quickfix_fields.rb', line 34885

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

Class Method Details

.fieldObject



34882
34883
34884
# File 'lib/quickfix_fields.rb', line 34882

def UnderlyingPaymentStreamPaymentFrequencyUnit.field
  return 40584
end