Class: Quickfix::DerivativeMinPriceIncrement

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

Returns a new instance of DerivativeMinPriceIncrement.



149878
149879
149880
149881
149882
149883
149884
# File 'ext/quickfix/QuickfixRuby.cpp', line 149878

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

Class Method Details

.fieldObject



16669
16670
16671
# File 'lib/quickfix_fields.rb', line 16669

def DerivativeMinPriceIncrement.field
	return 1267
end