Class: Quickfix::ExecTypeReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ExecTypeReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecTypeReason
constructor
A new instance of ExecTypeReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ExecTypeReason
Returns a new instance of ExecTypeReason.
60469 60470 60471 60472 60473 60474 60475 |
# File 'lib/quickfix_fields.rb', line 60469 def initialize(data = nil) if( data == nil ) super(2431) else super(2431, data) end end |
Class Method Details
.field ⇒ Object
60466 60467 60468 |
# File 'lib/quickfix_fields.rb', line 60466 def ExecTypeReason.field return 2431 end |