Class: Quickfix::UnderlyingPaymentStubIndex2

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2

Returns a new instance of UnderlyingPaymentStubIndex2.



36757
36758
36759
36760
36761
36762
36763
# File 'lib/quickfix_fields.rb', line 36757

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