Class: Quickfix::Pool
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ Pool
Returns a new instance of Pool.
9002 9003 9004 9005 9006 9007 9008 |
# File 'lib/quickfix_fields.rb', line 9002 def initialize(data = nil) if( data == nil ) super(691) else super(691, data) end end |
Class Method Details
.field ⇒ Object
8999 9000 9001 |
# File 'lib/quickfix_fields.rb', line 8999 def Pool.field return 691 end |