Class: Quickfix::Pool

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ Pool

Returns a new instance of Pool.



94274
94275
94276
94277
94278
94279
94280
# File 'ext/quickfix/QuickfixRuby.cpp', line 94274

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

Class Method Details

.fieldObject



9350
9351
9352
# File 'lib/quickfix_fields.rb', line 9350

def Pool.field
	return 691
end