Class: Quickfix::UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure

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

Returns a new instance of UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure.



54840
54841
54842
54843
54844
54845
54846
# File 'lib/quickfix_fields.rb', line 54840

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

Class Method Details

.fieldObject



54837
54838
54839
# File 'lib/quickfix_fields.rb', line 54837

def UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure.field
  return 41889
end