Class: Quickfix::IOIRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::IOIRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIRefID
constructor
A new instance of IOIRefID.
Constructor Details
#initialize(data = nil) ⇒ IOIRefID
Returns a new instance of IOIRefID.
8599 8600 8601 8602 8603 8604 8605 |
# File 'lib/quickfix_fields.rb', line 8599 def initialize(data = nil) if( data == nil ) super(26) else super(26, data) end end |
Class Method Details
.field ⇒ Object
8596 8597 8598 |
# File 'lib/quickfix_fields.rb', line 8596 def IOIRefID.field return 26 end |