Class: Quickfix::IOIID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::IOIID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIID
constructor
A new instance of IOIID.
Constructor Details
#initialize(data = nil) ⇒ IOIID
Returns a new instance of IOIID.
15138 15139 15140 15141 15142 15143 15144 |
# File 'lib/quickfix_fields.rb', line 15138 def initialize(data = nil) if( data == nil ) super(23) else super(23, data) end end |
Class Method Details
.field ⇒ Object
15135 15136 15137 |
# File 'lib/quickfix_fields.rb', line 15135 def IOIID.field return 23 end |