Class: Quickfix::Pool
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Pool
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Pool
constructor
A new instance of Pool.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Pool
Returns a new instance of Pool.
9496 9497 9498 9499 9500 9501 9502 |
# File 'lib/quickfix_fields.rb', line 9496 def initialize(data = nil) if( data == nil ) super(691) else super(691, data) end end |
Class Method Details
.field ⇒ Object
9493 9494 9495 |
# File 'lib/quickfix_fields.rb', line 9493 def Pool.field return 691 end |