Class: Quickfix::PaymentUnitOfMeasure

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

Returns a new instance of PaymentUnitOfMeasure.



44258
44259
44260
44261
44262
44263
44264
# File 'lib/quickfix_fields.rb', line 44258

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

Class Method Details

.fieldObject



44255
44256
44257
# File 'lib/quickfix_fields.rb', line 44255

def PaymentUnitOfMeasure.field
	return 41155
end