Class: Quickfix::HopRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ HopRefID

Returns a new instance of HopRefID.



2398
2399
2400
2401
2402
2403
2404
# File 'lib/quickfix_fields.rb', line 2398

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

Class Method Details

.fieldObject



2395
2396
2397
# File 'lib/quickfix_fields.rb', line 2395

def HopRefID.field
	return 630
end