Class: Quickfix::UnderlyingStreamAssetAttributeLimit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeLimit

Returns a new instance of UnderlyingStreamAssetAttributeLimit.



53514
53515
53516
53517
53518
53519
53520
# File 'lib/quickfix_fields.rb', line 53514

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