Class: Quickfix::NoPaymentStubs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPaymentStubs

Returns a new instance of NoPaymentStubs.



38629
38630
38631
38632
38633
38634
38635
# File 'lib/quickfix_fields.rb', line 38629

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