Class: Quickfix::UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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