Class: Quickfix::UnderlyingSecondaryAssetClass

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

Instance Method Summary collapse

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