Class: Quickfix::Quantity

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

Returns a new instance of Quantity.



64910
64911
64912
64913
64914
64915
64916
# File 'ext/quickfix/QuickfixRuby.cpp', line 64910

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

Class Method Details

.fieldObject



5489
5490
5491
# File 'lib/quickfix_fields.rb', line 5489

def Quantity.field
	return 53
end