Class: Quickfix::PegScope

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ PegScope

Returns a new instance of PegScope.



108754
108755
108756
108757
108758
108759
108760
# File 'ext/quickfix/QuickfixRuby.cpp', line 108754

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

Class Method Details

.fieldObject



11248
11249
11250
# File 'lib/quickfix_fields.rb', line 11248

def PegScope.field
	return 840
end