Class: Quickfix::AssetAttributeLimit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AssetAttributeLimit

Returns a new instance of AssetAttributeLimit.



40657
40658
40659
40660
40661
40662
40663
# File 'lib/quickfix_fields.rb', line 40657

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