Class: Quickfix::LegPaymentStreamPaymentFrequencyUnit

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

Returns a new instance of LegPaymentStreamPaymentFrequencyUnit.



31128
31129
31130
31131
31132
31133
31134
# File 'lib/quickfix_fields.rb', line 31128

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

Class Method Details

.fieldObject



31125
31126
31127
# File 'lib/quickfix_fields.rb', line 31125

def LegPaymentStreamPaymentFrequencyUnit.field
  return 40295
end