Class: Quickfix::MassStatusReqType

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

Returns a new instance of MassStatusReqType.



82624
82625
82626
82627
82628
82629
82630
# File 'ext/quickfix/QuickfixRuby.cpp', line 82624

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

Class Method Details

.fieldObject



7816
7817
7818
# File 'lib/quickfix_fields.rb', line 7816

def MassStatusReqType.field
	return 585
end