Class: Quickfix::UnderlyingLastQty

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

Returns a new instance of UnderlyingLastQty.



88884
88885
88886
88887
88888
88889
88890
# File 'ext/quickfix/QuickfixRuby.cpp', line 88884

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

Class Method Details

.fieldObject



8635
8636
8637
# File 'lib/quickfix_fields.rb', line 8635

def UnderlyingLastQty.field
	return 652
end