Class: Quickfix::CxlType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::CxlType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CxlType
constructor
A new instance of CxlType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ CxlType
Returns a new instance of CxlType.
2125 2126 2127 2128 2129 2130 2131 |
# File 'lib/quickfix_fields.rb', line 2125 def initialize(data = nil) if( data == nil ) super(125) else super(125, data) end end |
Class Method Details
.field ⇒ Object
2122 2123 2124 |
# File 'lib/quickfix_fields.rb', line 2122 def CxlType.field return 125 end |