Class: Quickfix::QuantityType

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

Returns a new instance of QuantityType.



70986
70987
70988
70989
70990
70991
70992
# File 'ext/quickfix/QuickfixRuby.cpp', line 70986

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

Class Method Details

.fieldObject



6295
6296
6297
# File 'lib/quickfix_fields.rb', line 6295

def QuantityType.field
	return 465
end