Class: Quickfix::LeavesQty

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

Returns a new instance of LeavesQty.



39648
39649
39650
39651
39652
39653
39654
# File 'ext/quickfix/QuickfixRuby.cpp', line 39648

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

Class Method Details

.fieldObject



2252
2253
2254
# File 'lib/quickfix_fields.rb', line 2252

def LeavesQty.field
	return 151
end