Class: Quickfix::UnderlyingPaymentStreamRateIndexUnitOfMeasure

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

Returns a new instance of UnderlyingPaymentStreamRateIndexUnitOfMeasure.



55178
55179
55180
55181
55182
55183
55184
# File 'lib/quickfix_fields.rb', line 55178

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

Class Method Details

.fieldObject



55175
55176
55177
# File 'lib/quickfix_fields.rb', line 55175

def UnderlyingPaymentStreamRateIndexUnitOfMeasure.field
	return 41915
end