Class: Quickfix::NoApplIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoApplIDs

Returns a new instance of NoApplIDs.



18531
18532
18533
18534
18535
18536
18537
# File 'lib/quickfix_fields.rb', line 18531

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