Class: Quickfix::UnderlyingPaymentScheduleRateUnitOfMeasure

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

Returns a new instance of UnderlyingPaymentScheduleRateUnitOfMeasure.



54775
54776
54777
54778
54779
54780
54781
# File 'lib/quickfix_fields.rb', line 54775

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

Class Method Details

.fieldObject



54772
54773
54774
# File 'lib/quickfix_fields.rb', line 54772

def UnderlyingPaymentScheduleRateUnitOfMeasure.field
  return 41884
end