Class: Quickfix::UnderlyingAssetAttributeLimit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAssetAttributeLimit



52019
52020
52021
52022
52023
52024
52025
# File 'lib/quickfix_fields.rb', line 52019

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