Method: Quickfix::IOIQltyInd#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ IOIQltyInd

Returns a new instance of 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