Class: Quickfix::LegAssetAttributeValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAssetAttributeValue

Returns a new instance of LegAssetAttributeValue.



46650
46651
46652
46653
46654
46655
46656
# File 'lib/quickfix_fields.rb', line 46650

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