Class: Quickfix::RelatedPositionID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedPositionID

Returns a new instance of RelatedPositionID.



24394
24395
24396
24397
24398
24399
24400
# File 'lib/quickfix_fields.rb', line 24394

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

Class Method Details

.fieldObject



24391
24392
24393
# File 'lib/quickfix_fields.rb', line 24391

def RelatedPositionID.field
	return 1862
end