Class: Quickfix::Scope

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Scope

Returns a new instance of Scope.



11693
11694
11695
11696
11697
11698
11699
# File 'lib/quickfix_fields.rb', line 11693

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

Class Method Details

.fieldObject



11690
11691
11692
# File 'lib/quickfix_fields.rb', line 11690

def Scope.field
	return 546
end