Class: Quickfix::LegListMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegListMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegListMethod
constructor
A new instance of LegListMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegListMethod
Returns a new instance of LegListMethod.
43153 43154 43155 43156 43157 43158 43159 |
# File 'lib/quickfix_fields.rb', line 43153 def initialize(data = nil) if( data == nil ) super(2199) else super(2199, data) end end |
Class Method Details
.field ⇒ Object
43150 43151 43152 |
# File 'lib/quickfix_fields.rb', line 43150 def LegListMethod.field return 2199 end |