Class: Quickfix::IOIQualifier
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::IOIQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIQualifier
constructor
A new instance of IOIQualifier.
Constructor Details
#initialize(data = nil) ⇒ IOIQualifier
Returns a new instance of IOIQualifier.
10471 10472 10473 10474 10475 10476 10477 |
# File 'lib/quickfix_fields.rb', line 10471 def initialize(data = nil) if( data == nil ) super(104) else super(104, data) end end |
Class Method Details
.field ⇒ Object
10468 10469 10470 |
# File 'lib/quickfix_fields.rb', line 10468 def IOIQualifier.field return 104 end |