Class: Quickfix::ShortQty

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

Returns a new instance of ShortQty.



95646
95647
95648
95649
95650
95651
95652
# File 'ext/quickfix/QuickfixRuby.cpp', line 95646

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

Class Method Details

.fieldObject



9532
9533
9534
# File 'lib/quickfix_fields.rb', line 9532

def ShortQty.field
	return 705
end