Class: Quickfix::IOIShares

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ IOIShares

Returns a new instance of IOIShares.



1202
1203
1204
1205
1206
1207
1208
# File 'lib/quickfix_fields.rb', line 1202

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

Class Method Details

.fieldObject



1199
1200
1201
# File 'lib/quickfix_fields.rb', line 1199

def IOIShares.field
  return 27
end