Class: Quickfix::UnderlyingQty

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

Returns a new instance of UnderlyingQty.



112576
112577
112578
112579
112580
112581
112582
# File 'ext/quickfix/QuickfixRuby.cpp', line 112576

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

Class Method Details

.fieldObject



11755
11756
11757
# File 'lib/quickfix_fields.rb', line 11755

def UnderlyingQty.field
	return 879
end