Class: Quickfix::LegLastQty

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

Returns a new instance of LegLastQty.



164468
164469
164470
164471
164472
164473
164474
# File 'ext/quickfix/QuickfixRuby.cpp', line 164468

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

Class Method Details

.fieldObject



18593
18594
18595
# File 'lib/quickfix_fields.rb', line 18593

def LegLastQty.field
	return 1418
end