Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateBusinessCenter

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateBusinessCenter.



60196
60197
60198
60199
60200
60201
60202
# File 'lib/quickfix_fields.rb', line 60196

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