Class: Quickfix::SignatureLength

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

Returns a new instance of SignatureLength.



24040
24041
24042
24043
24044
24045
24046
# File 'ext/quickfix/QuickfixRuby.cpp', line 24040

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

Class Method Details

.fieldObject



250
251
252
# File 'lib/quickfix_fields.rb', line 250

def SignatureLength.field
	return 93
end