Class: Quickfix::ComplexEventAveragingObservationNumber

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

Returns a new instance of ComplexEventAveragingObservationNumber.



40709
40710
40711
40712
40713
40714
40715
# File 'lib/quickfix_fields.rb', line 40709

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

Class Method Details

.fieldObject



40706
40707
40708
# File 'lib/quickfix_fields.rb', line 40706

def ComplexEventAveragingObservationNumber.field
  return 40995
end