Class: Quickfix::MassCancelResponse

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

Returns a new instance of MassCancelResponse.



77528
77529
77530
77531
77532
77533
77534
# File 'ext/quickfix/QuickfixRuby.cpp', line 77528

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

Class Method Details

.fieldObject



7140
7141
7142
# File 'lib/quickfix_fields.rb', line 7140

def MassCancelResponse.field
	return 531
end