Class: Quickfix::LegPaymentScheduleRateUnitOfMeasure

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

Returns a new instance of LegPaymentScheduleRateUnitOfMeasure.



49757
49758
49759
49760
49761
49762
49763
# File 'lib/quickfix_fields.rb', line 49757

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

Class Method Details

.fieldObject



49754
49755
49756
# File 'lib/quickfix_fields.rb', line 49754

def LegPaymentScheduleRateUnitOfMeasure.field
  return 41536
end