Class: Quickfix::UnderlyingStreamCalculationPeriodBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCalculationPeriodBusinessCenter



34534
34535
34536
34537
34538
34539
34540
# File 'lib/quickfix_fields.rb', line 34534

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