Class: Quickfix::NoLegProvisionCashSettlPaymentDateBusinessCenters

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegProvisionCashSettlPaymentDateBusinessCenters

Returns a new instance of NoLegProvisionCashSettlPaymentDateBusinessCenters.



39396
39397
39398
39399
39400
39401
39402
# File 'lib/quickfix_fields.rb', line 39396

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