Class: Quickfix::LegPaymentStreamRateIndexUnitOfMeasure

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

Returns a new instance of LegPaymentStreamRateIndexUnitOfMeasure.



50160
50161
50162
50163
50164
50165
50166
# File 'lib/quickfix_fields.rb', line 50160

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

Class Method Details

.fieldObject



50157
50158
50159
# File 'lib/quickfix_fields.rb', line 50157

def LegPaymentStreamRateIndexUnitOfMeasure.field
	return 41567
end