Class: Quickfix::UnderlyingStreamCalculationFrequencyPeriod

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) ⇒ UnderlyingStreamCalculationFrequencyPeriod

Returns a new instance of UnderlyingStreamCalculationFrequencyPeriod.



34638
34639
34640
34641
34642
34643
34644
# File 'lib/quickfix_fields.rb', line 34638

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

Class Method Details

.fieldObject



34635
34636
34637
# File 'lib/quickfix_fields.rb', line 34635

def UnderlyingStreamCalculationFrequencyPeriod.field
  return 40565
end