Class: Quickfix::PriceImprovement

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

Returns a new instance of PriceImprovement.



87610
87611
87612
87613
87614
87615
87616
# File 'ext/quickfix/QuickfixRuby.cpp', line 87610

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

Class Method Details

.fieldObject



8466
8467
8468
# File 'lib/quickfix_fields.rb', line 8466

def PriceImprovement.field
	return 639
end