Class: Quickfix::UnderlyingSecondaryAssetType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecondaryAssetType

Returns a new instance of UnderlyingSecondaryAssetType.



27267
27268
27269
27270
27271
27272
27273
# File 'lib/quickfix_fields.rb', line 27267

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