Class: Quickfix::AssetAttributeType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AssetAttributeType

Returns a new instance of AssetAttributeType.



40631
40632
40633
40634
40635
40636
40637
# File 'lib/quickfix_fields.rb', line 40631

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