Class: Quickfix::HandlInst

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ HandlInst

Returns a new instance of HandlInst.



29896
29897
29898
29899
29900
29901
29902
# File 'ext/quickfix/QuickfixRuby.cpp', line 29896

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

Class Method Details

.fieldObject



1004
1005
1006
# File 'lib/quickfix_fields.rb', line 1004

def HandlInst.field
	return 21
end