Class: Quickfix::InstrumentScopeUPICode

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

Returns a new instance of InstrumentScopeUPICode.



78331
78332
78333
78334
78335
78336
78337
# File 'lib/quickfix_fields.rb', line 78331

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

Class Method Details

.fieldObject



78328
78329
78330
# File 'lib/quickfix_fields.rb', line 78328

def InstrumentScopeUPICode.field
	return 2895
end