Class: Quickfix::UnderlyingPool
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPool
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPool
constructor
A new instance of UnderlyingPool.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPool
Returns a new instance of UnderlyingPool.
26695 26696 26697 26698 26699 26700 26701 |
# File 'lib/quickfix_fields.rb', line 26695 def initialize(data = nil) if( data == nil ) super(2039) else super(2039, data) end end |
Class Method Details
.field ⇒ Object
26692 26693 26694 |
# File 'lib/quickfix_fields.rb', line 26692 def UnderlyingPool.field return 2039 end |