Class: Quickfix::RelatedToSecurityIDSource

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

Returns a new instance of RelatedToSecurityIDSource.



57882
57883
57884
57885
57886
57887
57888
# File 'lib/quickfix_fields.rb', line 57882

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

Class Method Details

.fieldObject



57879
57880
57881
# File 'lib/quickfix_fields.rb', line 57879

def RelatedToSecurityIDSource.field
	return 2414
end