Class: Quickfix::NoLegProvisionCashSettlValueDateBusinessCenters

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegProvisionCashSettlValueDateBusinessCenters

Returns a new instance of NoLegProvisionCashSettlValueDateBusinessCenters.



39409
39410
39411
39412
39413
39414
39415
# File 'lib/quickfix_fields.rb', line 39409

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