Class: Quickfix::UnderlyingStreamAssetAttributeType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeType

Returns a new instance of UnderlyingStreamAssetAttributeType.



53488
53489
53490
53491
53492
53493
53494
# File 'lib/quickfix_fields.rb', line 53488

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