Class: Quickfix::StreamCalculationFrequencyPeriod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamCalculationFrequencyPeriod

Returns a new instance of StreamCalculationFrequencyPeriod.



28372
28373
28374
28375
28376
28377
28378
# File 'lib/quickfix_fields.rb', line 28372

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

Class Method Details

.fieldObject



28369
28370
28371
# File 'lib/quickfix_fields.rb', line 28369

def StreamCalculationFrequencyPeriod.field
	return 40082
end