Class: Quickfix::ClearingInstruction

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

Returns a new instance of ClearingInstruction.



81840
81841
81842
81843
81844
81845
81846
# File 'ext/quickfix/QuickfixRuby.cpp', line 81840

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

Class Method Details

.fieldObject



7712
7713
7714
# File 'lib/quickfix_fields.rb', line 7712

def ClearingInstruction.field
	return 577
end