Class: Quickfix::LegPricingTimeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPricingTimeBusinessCenter

Returns a new instance of LegPricingTimeBusinessCenter.



50732
50733
50734
50735
50736
50737
50738
# File 'lib/quickfix_fields.rb', line 50732

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