Class: Quickfix::ExecRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExecRefID

Returns a new instance of ExecRefID.



4959
4960
4961
4962
4963
4964
4965
# File 'lib/quickfix_fields.rb', line 4959

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

Class Method Details

.fieldObject



4956
4957
4958
# File 'lib/quickfix_fields.rb', line 4956

def ExecRefID.field
	return 19
end