Class: Quickfix::UnderlyingAssetGroup

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) ⇒ UnderlyingAssetGroup

Returns a new instance of UnderlyingAssetGroup.



61587
61588
61589
61590
61591
61592
61593
# File 'lib/quickfix_fields.rb', line 61587

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

Class Method Details

.fieldObject



61584
61585
61586
# File 'lib/quickfix_fields.rb', line 61584

def UnderlyingAssetGroup.field
  return 2491
end