Class: Quickfix::RelatedSymbol

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

Returns a new instance of RelatedSymbol.



20286
20287
20288
20289
20290
20291
20292
# File 'lib/quickfix_fields.rb', line 20286

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

Class Method Details

.fieldObject



20283
20284
20285
# File 'lib/quickfix_fields.rb', line 20283

def RelatedSymbol.field
	return 1649
end