Class: Quickfix::LegMthToDefault
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegMthToDefault
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMthToDefault
constructor
A new instance of LegMthToDefault.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegMthToDefault
Returns a new instance of LegMthToDefault.
42620 42621 42622 42623 42624 42625 42626 |
# File 'lib/quickfix_fields.rb', line 42620 def initialize(data = nil) if( data == nil ) super(2158) else super(2158, data) end end |
Class Method Details
.field ⇒ Object
42617 42618 42619 |
# File 'lib/quickfix_fields.rb', line 42617 def LegMthToDefault.field return 2158 end |