Class: Quickfix::SettlInstReqRejCode

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

Returns a new instance of SettlInstReqRejCode.



104246
104247
104248
104249
104250
104251
104252
# File 'ext/quickfix/QuickfixRuby.cpp', line 104246

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

Class Method Details

.fieldObject



10650
10651
10652
# File 'lib/quickfix_fields.rb', line 10650

def SettlInstReqRejCode.field
	return 792
end