Class: Quickfix::UnderlyingProvisionCashSettlValueTimeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueTimeBusinessCenter

Returns a new instance of UnderlyingProvisionCashSettlValueTimeBusinessCenter.



59195
59196
59197
59198
59199
59200
59201
# File 'lib/quickfix_fields.rb', line 59195

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