Class: Quickfix::LegPaymentStubIndexSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndexSource

Returns a new instance of LegPaymentStubIndexSource.



32818
32819
32820
32821
32822
32823
32824
# File 'lib/quickfix_fields.rb', line 32818

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