Class: Quickfix::UnderlyingAssetAttributeValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAssetAttributeValue

Returns a new instance of UnderlyingAssetAttributeValue.



52006
52007
52008
52009
52010
52011
52012
# File 'lib/quickfix_fields.rb', line 52006

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