Class: Quickfix::PaymentScheduleRateUnitOfMeasure

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

Returns a new instance of PaymentScheduleRateUnitOfMeasure.



44414
44415
44416
44417
44418
44419
44420
# File 'lib/quickfix_fields.rb', line 44414

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

Class Method Details

.fieldObject



44411
44412
44413
# File 'lib/quickfix_fields.rb', line 44411

def PaymentScheduleRateUnitOfMeasure.field
	return 41167
end