Class: Quickfix::DKReason
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::DKReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DKReason
constructor
A new instance of DKReason.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ DKReason
Returns a new instance of DKReason.
2151 2152 2153 2154 2155 2156 2157 |
# File 'lib/quickfix_fields.rb', line 2151 def initialize(data = nil) if( data == nil ) super(127) else super(127, data) end end |
Class Method Details
.field ⇒ Object
2148 2149 2150 |
# File 'lib/quickfix_fields.rb', line 2148 def DKReason.field return 127 end |