Class: Quickfix::RelatedPositionIDSource

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) ⇒ RelatedPositionIDSource

Returns a new instance of RelatedPositionIDSource.



24407
24408
24409
24410
24411
24412
24413
# File 'lib/quickfix_fields.rb', line 24407

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

Class Method Details

.fieldObject



24404
24405
24406
# File 'lib/quickfix_fields.rb', line 24404

def RelatedPositionIDSource.field
	return 1863
end