Class: Quickfix::FillLiquidityInd

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

Returns a new instance of FillLiquidityInd.



167898
167899
167900
167901
167902
167903
167904
# File 'ext/quickfix/QuickfixRuby.cpp', line 167898

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

Class Method Details

.fieldObject



19048
19049
19050
# File 'lib/quickfix_fields.rb', line 19048

def FillLiquidityInd.field
	return 1443
end