Class: Quickfix::PossResend

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->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) ⇒ PossResend

Returns a new instance of PossResend.



24334
24335
24336
24337
24338
24339
24340
# File 'ext/quickfix/QuickfixRuby.cpp', line 24334

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

Class Method Details

.fieldObject



289
290
291
# File 'lib/quickfix_fields.rb', line 289

def PossResend.field
	return 97
end