Class: Quickfix::CFICode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CFICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
13162 13163 13164 13165 13166 13167 13168 |
# File 'lib/quickfix_fields.rb', line 13162 def initialize(data = nil) if( data == nil ) super(461) else super(461, data) end end |
Class Method Details
.field ⇒ Object
13159 13160 13161 |
# File 'lib/quickfix_fields.rb', line 13159 def CFICode.field return 461 end |