Class: Quickfix::SideValue2

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

Returns a new instance of SideValue2.



59544
59545
59546
59547
59548
59549
59550
# File 'ext/quickfix/QuickfixRuby.cpp', line 59544

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

Class Method Details

.fieldObject



4800
4801
4802
# File 'lib/quickfix_fields.rb', line 4800

def SideValue2.field
	return 397
end