Class: Quickfix::LinesOfText

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

Returns a new instance of LinesOfText.



31072
31073
31074
31075
31076
31077
31078
# File 'ext/quickfix/QuickfixRuby.cpp', line 31072

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

Class Method Details

.fieldObject



1160
1161
1162
# File 'lib/quickfix_fields.rb', line 1160

def LinesOfText.field
	return 33
end