Class: Quickfix::HopCompID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ HopCompID

Returns a new instance of HopCompID.



669
670
671
672
673
674
675
# File 'lib/quickfix_fields.rb', line 669

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