Class: Quickfix::NoProvisionCashSettlPaymentDateBusinessCenters

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoProvisionCashSettlPaymentDateBusinessCenters

Returns a new instance of NoProvisionCashSettlPaymentDateBusinessCenters.



39630
39631
39632
39633
39634
39635
39636
# File 'lib/quickfix_fields.rb', line 39630

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