Class: Quickfix::LegStreamCalculationFrequencyPeriod

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

Returns a new instance of LegStreamCalculationFrequencyPeriod.



30855
30856
30857
30858
30859
30860
30861
# File 'lib/quickfix_fields.rb', line 30855

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

Class Method Details

.fieldObject



30852
30853
30854
# File 'lib/quickfix_fields.rb', line 30852

def LegStreamCalculationFrequencyPeriod.field
  return 40274
end