Class: Quickfix::RefreshQty

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

Returns a new instance of RefreshQty.



132740
132741
132742
132743
132744
132745
132746
# File 'ext/quickfix/QuickfixRuby.cpp', line 132740

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

Class Method Details

.fieldObject



14407
14408
14409
# File 'lib/quickfix_fields.rb', line 14407

def RefreshQty.field
	return 1088
end