Class: Quickfix::Scope

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ Scope

Returns a new instance of Scope.



78998
78999
79000
79001
79002
79003
79004
# File 'ext/quickfix/QuickfixRuby.cpp', line 78998

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

Class Method Details

.fieldObject



7335
7336
7337
# File 'lib/quickfix_fields.rb', line 7335

def Scope.field
	return 546
end