Class: Quickfix::Scope

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

Returns a new instance of Scope.



7481
7482
7483
7484
7485
7486
7487
# File 'lib/quickfix_fields.rb', line 7481

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

Class Method Details

.fieldObject



7478
7479
7480
# File 'lib/quickfix_fields.rb', line 7478

def Scope.field
	return 546
end