Class: Quickfix::LastQty

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

Returns a new instance of LastQty.



64812
64813
64814
64815
64816
64817
64818
# File 'ext/quickfix/QuickfixRuby.cpp', line 64812

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

Class Method Details

.fieldObject



5476
5477
5478
# File 'lib/quickfix_fields.rb', line 5476

def LastQty.field
	return 32
end