Class: Quickfix::SideValueInd

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ SideValueInd

Returns a new instance of SideValueInd.



59936
59937
59938
59939
59940
59941
59942
# File 'ext/quickfix/QuickfixRuby.cpp', line 59936

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

Class Method Details

.fieldObject



4852
4853
4854
# File 'lib/quickfix_fields.rb', line 4852

def SideValueInd.field
  return 401
end