Class: Quickfix::LegPool
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPool
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPool
constructor
A new instance of LegPool.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPool
Returns a new instance of LegPool.
10133 10134 10135 10136 10137 10138 10139 |
# File 'lib/quickfix_fields.rb', line 10133 def initialize(data = nil) if( data == nil ) super(740) else super(740, data) end end |
Class Method Details
.field ⇒ Object
10130 10131 10132 |
# File 'lib/quickfix_fields.rb', line 10130 def LegPool.field return 740 end |