Class: Quickfix::IOIQltyInd
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::IOIQltyInd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIQltyInd
constructor
A new instance of IOIQltyInd.
Constructor Details
#initialize(data = nil) ⇒ IOIQltyInd
617 618 619 620 621 622 623 |
# File 'lib/quickfix_fields.rb', line 617 def initialize(data = nil) if( data == nil ) super(25) else super(25, data) end end |
Class Method Details
.field ⇒ Object
614 615 616 |
# File 'lib/quickfix_fields.rb', line 614 def IOIQltyInd.field return 25 end |