Class: Quickfix::UnderlyingPaymentStubIndex2Source

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2Source

Returns a new instance of UnderlyingPaymentStubIndex2Source.



36770
36771
36772
36773
36774
36775
36776
# File 'lib/quickfix_fields.rb', line 36770

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