Class: Quickfix::UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod

Returns a new instance of UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod.



73664
73665
73666
73667
73668
73669
73670
# File 'lib/quickfix_fields.rb', line 73664

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