Class: Quickfix::PreviouslyReported

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

Returns a new instance of PreviouslyReported.



81154
81155
81156
81157
81158
81159
81160
# File 'ext/quickfix/QuickfixRuby.cpp', line 81154

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

Class Method Details

.fieldObject



7621
7622
7623
# File 'lib/quickfix_fields.rb', line 7621

def PreviouslyReported.field
	return 570
end