Class: Quickfix::PegOffsetValue

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ PegOffsetValue

Returns a new instance of PegOffsetValue.



90158
90159
90160
90161
90162
90163
90164
# File 'ext/quickfix/QuickfixRuby.cpp', line 90158

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

Class Method Details

.fieldObject



8804
8805
8806
# File 'lib/quickfix_fields.rb', line 8804

def PegOffsetValue.field
  return 211
end