Class: Quickfix::RefApplExtID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RefApplExtID

Returns a new instance of RefApplExtID.



877
878
879
880
881
882
883
# File 'lib/quickfix_fields.rb', line 877

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

Class Method Details

.fieldObject



874
875
876
# File 'lib/quickfix_fields.rb', line 874

def RefApplExtID.field
	return 1406
end