Class: Quickfix::AvgPrxPrecision

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

Returns a new instance of AvgPrxPrecision.



34172
34173
34174
34175
34176
34177
34178
# File 'ext/quickfix/QuickfixRuby.cpp', line 34172

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

Class Method Details

.fieldObject



1537
1538
1539
# File 'lib/quickfix_fields.rb', line 1537

def AvgPrxPrecision.field
	return 74
end