Class: Quickfix::MthToDefault
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MthToDefault
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MthToDefault
constructor
A new instance of MthToDefault.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MthToDefault
Returns a new instance of MthToDefault.
25447 25448 25449 25450 25451 25452 25453 |
# File 'lib/quickfix_fields.rb', line 25447 def initialize(data = nil) if( data == nil ) super(1943) else super(1943, data) end end |
Class Method Details
.field ⇒ Object
25444 25445 25446 |
# File 'lib/quickfix_fields.rb', line 25444 def MthToDefault.field return 1943 end |