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.
4647 4648 4649 4650 4651 4652 4653 |
# File 'lib/quickfix_fields.rb', line 4647 def initialize(data = nil) if( data == nil ) super(23) else super(23, data) end end |
Class Method Details
.field ⇒ Object
4644 4645 4646 |
# File 'lib/quickfix_fields.rb', line 4644 def IOIid.field return 23 end |