Class: Quickfix::PaymentStubIndex2CurveUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStubIndex2CurveUnit

Returns a new instance of PaymentStubIndex2CurveUnit.



38928
38929
38930
38931
38932
38933
38934
# File 'lib/quickfix_fields.rb', line 38928

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