Class: Quickfix::PaymentScheduleStepUnitOfMeasure

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

Returns a new instance of PaymentScheduleStepUnitOfMeasure.



44492
44493
44494
44495
44496
44497
44498
# File 'lib/quickfix_fields.rb', line 44492

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

Class Method Details

.fieldObject



44489
44490
44491
# File 'lib/quickfix_fields.rb', line 44489

def PaymentScheduleStepUnitOfMeasure.field
	return 41173
end