Class: Quickfix::LegPaymentStreamCompoundingFrequencyUnit

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

Returns a new instance of LegPaymentStreamCompoundingFrequencyUnit.



66098
66099
66100
66101
66102
66103
66104
# File 'lib/quickfix_fields.rb', line 66098

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

Class Method Details

.fieldObject



66095
66096
66097
# File 'lib/quickfix_fields.rb', line 66095

def LegPaymentStreamCompoundingFrequencyUnit.field
  return 42415
end