Class: Quickfix::ExecRestatementReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ExecRestatementReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecRestatementReason
constructor
A new instance of ExecRestatementReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ExecRestatementReason
Returns a new instance of ExecRestatementReason.
4712 4713 4714 4715 4716 4717 4718 |
# File 'lib/quickfix_fields.rb', line 4712 def initialize(data = nil) if( data == nil ) super(378) else super(378, data) end end |
Class Method Details
.field ⇒ Object
4709 4710 4711 |
# File 'lib/quickfix_fields.rb', line 4709 def ExecRestatementReason.field return 378 end |