Class: Quickfix::SideValue1

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

Returns a new instance of SideValue1.



59446
59447
59448
59449
59450
59451
59452
# File 'ext/quickfix/QuickfixRuby.cpp', line 59446

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

Class Method Details

.fieldObject



4787
4788
4789
# File 'lib/quickfix_fields.rb', line 4787

def SideValue1.field
	return 396
end