Class: Quickfix::UnderlyingPaymentStubIndexSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexSource

Returns a new instance of UnderlyingPaymentStubIndexSource.



36588
36589
36590
36591
36592
36593
36594
# File 'lib/quickfix_fields.rb', line 36588

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