Class: Quickfix::PegSymbol

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

Returns a new instance of PegSymbol.



133720
133721
133722
133723
133724
133725
133726
# File 'ext/quickfix/QuickfixRuby.cpp', line 133720

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

Class Method Details

.fieldObject



14537
14538
14539
# File 'lib/quickfix_fields.rb', line 14537

def PegSymbol.field
	return 1098
end