Class: Quickfix::InstrumentScopeSymbol

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

Returns a new instance of InstrumentScopeSymbol.



20650
20651
20652
20653
20654
20655
20656
# File 'lib/quickfix_fields.rb', line 20650

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

Class Method Details

.fieldObject



20647
20648
20649
# File 'lib/quickfix_fields.rb', line 20647

def InstrumentScopeSymbol.field
	return 1536
end