Class: Quickfix::UnderlyingStreamCalculationFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCalculationFrequencyUnit

Returns a new instance of UnderlyingStreamCalculationFrequencyUnit.



34651
34652
34653
34654
34655
34656
34657
# File 'lib/quickfix_fields.rb', line 34651

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