Class: Quickfix::AssetGroup

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AssetGroup

Returns a new instance of AssetGroup.



61158
61159
61160
61161
61162
61163
61164
# File 'lib/quickfix_fields.rb', line 61158

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

Class Method Details

.fieldObject



61155
61156
61157
# File 'lib/quickfix_fields.rb', line 61155

def AssetGroup.field
  return 2210
end