Class: Quickfix::LiquidityIndType

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

Returns a new instance of LiquidityIndType.



60720
60721
60722
60723
60724
60725
60726
# File 'ext/quickfix/QuickfixRuby.cpp', line 60720

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

Class Method Details

.fieldObject



4956
4957
4958
# File 'lib/quickfix_fields.rb', line 4956

def LiquidityIndType.field
	return 409
end