Class: Quickfix::AdjustmentType

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

Returns a new instance of AdjustmentType.



96920
96921
96922
96923
96924
96925
96926
# File 'ext/quickfix/QuickfixRuby.cpp', line 96920

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

Class Method Details

.fieldObject



9701
9702
9703
# File 'lib/quickfix_fields.rb', line 9701

def AdjustmentType.field
	return 718
end