Class: Quickfix::IOIQltyInd
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::IOIQltyInd
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIQltyInd
constructor
A new instance of IOIQltyInd.
Constructor Details
#initialize(data = nil) ⇒ IOIQltyInd
Returns a new instance of IOIQltyInd.
1176 1177 1178 1179 1180 1181 1182 |
# File 'lib/quickfix_fields.rb', line 1176 def initialize(data = nil) if( data == nil ) super(25) else super(25, data) end end |