Class: Quickfix::UnderlyingPaymentStreamRateIndexUnitOfMeasure

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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