Class: Quickfix::Signature

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

Returns a new instance of Signature.



23746
23747
23748
23749
23750
23751
23752
# File 'ext/quickfix/QuickfixRuby.cpp', line 23746

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

Class Method Details

.fieldObject



211
212
213
# File 'lib/quickfix_fields.rb', line 211

def Signature.field
	return 89
end