Class: Quickfix::UnderlyingMthToDefault
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingMthToDefault
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMthToDefault
constructor
A new instance of UnderlyingMthToDefault.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMthToDefault
Returns a new instance of UnderlyingMthToDefault.
26422 26423 26424 26425 26426 26427 26428 |
# File 'lib/quickfix_fields.rb', line 26422 def initialize(data = nil) if( data == nil ) super(2018) else super(2018, data) end end |
Class Method Details
.field ⇒ Object
26419 26420 26421 |
# File 'lib/quickfix_fields.rb', line 26419 def .field return 2018 end |