Class: Quickfix::UnderlyingPricingTimeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPricingTimeBusinessCenter

Returns a new instance of UnderlyingPricingTimeBusinessCenter.



55646
55647
55648
55649
55650
55651
55652
# File 'lib/quickfix_fields.rb', line 55646

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