Class: Quickfix::CommType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::CommType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CommType
constructor
A new instance of CommType.
Constructor Details
#initialize(data = nil) ⇒ CommType
Returns a new instance of CommType.
15164 15165 15166 15167 15168 15169 15170 |
# File 'lib/quickfix_fields.rb', line 15164 def initialize(data = nil) if( data == nil ) super(13) else super(13, data) end end |
Class Method Details
.field ⇒ Object
15161 15162 15163 |
# File 'lib/quickfix_fields.rb', line 15161 def CommType.field return 13 end |