Class: Quickfix::NoProvisionCashSettlValueDateBusinessCenters

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoProvisionCashSettlValueDateBusinessCenters

Returns a new instance of NoProvisionCashSettlValueDateBusinessCenters.



39643
39644
39645
39646
39647
39648
39649
# File 'lib/quickfix_fields.rb', line 39643

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