Class: Quickfix::UnderlyingPaymentScheduleStepUnitOfMeasure

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

Returns a new instance of UnderlyingPaymentScheduleStepUnitOfMeasure.



54853
54854
54855
54856
54857
54858
54859
# File 'lib/quickfix_fields.rb', line 54853

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

Class Method Details

.fieldObject



54850
54851
54852
# File 'lib/quickfix_fields.rb', line 54850

def UnderlyingPaymentScheduleStepUnitOfMeasure.field
	return 41890
end