Class: Quickfix::UnderlyingPaymentStreamFixedAmountUnitOfMeasure

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixedAmountUnitOfMeasure

Returns a new instance of UnderlyingPaymentStreamFixedAmountUnitOfMeasure.



55035
55036
55037
55038
55039
55040
55041
# File 'lib/quickfix_fields.rb', line 55035

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