Class: Quickfix::NoUnderlyingProvisionCashSettlPaymentDateBusinessCenters

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingProvisionCashSettlPaymentDateBusinessCenters

Returns a new instance of NoUnderlyingProvisionCashSettlPaymentDateBusinessCenters.



60183
60184
60185
60186
60187
60188
60189
# File 'lib/quickfix_fields.rb', line 60183

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