Class: Quickfix::PaymentStubType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStubType



38642
38643
38644
38645
38646
38647
38648
# File 'lib/quickfix_fields.rb', line 38642

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