Class: Quickfix::SideLastQty

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ SideLastQty

Returns a new instance of SideLastQty.



165448
165449
165450
165451
165452
165453
165454
# File 'ext/quickfix/QuickfixRuby.cpp', line 165448

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

Class Method Details

.fieldObject



18723
18724
18725
# File 'lib/quickfix_fields.rb', line 18723

def SideLastQty.field
	return 1009
end