Class: Quickfix::PaymentStreamRateIndexUnitOfMeasure

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

Returns a new instance of PaymentStreamRateIndexUnitOfMeasure.



44817
44818
44819
44820
44821
44822
44823
# File 'lib/quickfix_fields.rb', line 44817

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

Class Method Details

.fieldObject



44814
44815
44816
# File 'lib/quickfix_fields.rb', line 44814

def PaymentStreamRateIndexUnitOfMeasure.field
	return 41198
end