Class: Quickfix::UnderlyingPaymentStreamFormulaCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaCurrency

Returns a new instance of UnderlyingPaymentStreamFormulaCurrency.



73651
73652
73653
73654
73655
73656
73657
# File 'lib/quickfix_fields.rb', line 73651

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