Class: Quickfix::RatioQty

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

Returns a new instance of RatioQty.



52278
52279
52280
52281
52282
52283
52284
# File 'ext/quickfix/QuickfixRuby.cpp', line 52278

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

Class Method Details

.fieldObject



3916
3917
3918
# File 'lib/quickfix_fields.rb', line 3916

def RatioQty.field
	return 319
end