Class: Quickfix::UnderlyingStreamAssetAttributeValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeValue

Returns a new instance of UnderlyingStreamAssetAttributeValue.



53501
53502
53503
53504
53505
53506
53507
# File 'lib/quickfix_fields.rb', line 53501

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