Class: Quickfix::AllocAvgPx

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

Returns a new instance of AllocAvgPx.



39844
39845
39846
39847
39848
39849
39850
# File 'ext/quickfix/QuickfixRuby.cpp', line 39844

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

Class Method Details

.fieldObject



2278
2279
2280
# File 'lib/quickfix_fields.rb', line 2278

def AllocAvgPx.field
	return 153
end