Class: Quickfix::UnderlyingPricingDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPricingDateBusinessCenter

Returns a new instance of UnderlyingPricingDateBusinessCenter.



55581
55582
55583
55584
55585
55586
55587
# File 'lib/quickfix_fields.rb', line 55581

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