Class: Quickfix::UnderlyingProvisionDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionDateBusinessCenter

Returns a new instance of UnderlyingProvisionDateBusinessCenter.



60326
60327
60328
60329
60330
60331
60332
# File 'lib/quickfix_fields.rb', line 60326

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