Class: Quickfix::CFICode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CFICode
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CFICode
constructor
A new instance of CFICode.
Constructor Details
#initialize(data = nil) ⇒ CFICode
Returns a new instance of CFICode.
6402 6403 6404 6405 6406 6407 6408 |
# File 'lib/quickfix_fields.rb', line 6402 def initialize(data = nil) if( data == nil ) super(461) else super(461, data) end end |