Class: Quickfix::CxlType
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ CxlType
Returns a new instance of CxlType.
19207 19208 19209 19210 19211 19212 19213 |
# File 'lib/quickfix_fields.rb', line 19207 def initialize(data = nil) if( data == nil ) super(125) else super(125, data) end end |
Class Method Details
.field ⇒ Object
19204 19205 19206 |
# File 'lib/quickfix_fields.rb', line 19204 def CxlType.field return 125 end |