Class: Quickfix::UnderlyingPaymentStreamCompoundingFrequencyUnit

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

Returns a new instance of UnderlyingPaymentStreamCompoundingFrequencyUnit.



72780
72781
72782
72783
72784
72785
72786
# File 'lib/quickfix_fields.rb', line 72780

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

Class Method Details

.fieldObject



72777
72778
72779
# File 'lib/quickfix_fields.rb', line 72777

def UnderlyingPaymentStreamCompoundingFrequencyUnit.field
  return 42911
end