Class: Quickfix::UnderlyingStreamCalculationPeriodBusinessCenter

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCalculationPeriodBusinessCenter

Returns a new instance of 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

Class Method Details

.fieldObject



34531
34532
34533
# File 'lib/quickfix_fields.rb', line 34531

def UnderlyingStreamCalculationPeriodBusinessCenter.field
	return 40557
end