Class: Quickfix::UnderlyingSecondaryAssetClass

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

Returns a new instance of UnderlyingSecondaryAssetClass.



27241
27242
27243
27244
27245
27246
27247
# File 'lib/quickfix_fields.rb', line 27241

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

Class Method Details

.fieldObject



27238
27239
27240
# File 'lib/quickfix_fields.rb', line 27238

def UnderlyingSecondaryAssetClass.field
  return 2081
end