Class: Quickfix::LegPaymentStreamFormulaCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFormulaCurrency

Returns a new instance of LegPaymentStreamFormulaCurrency.



66969
66970
66971
66972
66973
66974
66975
# File 'lib/quickfix_fields.rb', line 66969

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