Class: Quickfix::PegDifference

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

Returns a new instance of PegDifference.



45614
45615
45616
45617
45618
45619
45620
# File 'ext/quickfix/QuickfixRuby.cpp', line 45614

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

Class Method Details

.fieldObject



3032
3033
3034
# File 'lib/quickfix_fields.rb', line 3032

def PegDifference.field
	return 211
end