Class: Quickfix::RefApplExtID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefApplExtID

Returns a new instance of RefApplExtID.



16698
16699
16700
16701
16702
16703
16704
# File 'lib/quickfix_fields.rb', line 16698

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

Class Method Details

.fieldObject



16695
16696
16697
# File 'lib/quickfix_fields.rb', line 16695

def RefApplExtID.field
	return 1406
end