Class: Quickfix::IOIShares

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IOIShares

Returns a new instance of IOIShares.



5011
5012
5013
5014
5015
5016
5017
# File 'lib/quickfix_fields.rb', line 5011

def initialize(data = nil)
  if( data == nil )
    super(27)
  else
    super(27, data)
  end
end

Class Method Details

.fieldObject



5008
5009
5010
# File 'lib/quickfix_fields.rb', line 5008

def IOIShares.field
  return 27
end