Class: Quickfix::ConfirmRejReason

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

Returns a new instance of ConfirmRejReason.



102494
102495
102496
102497
102498
102499
102500
# File 'ext/quickfix/QuickfixRuby.cpp', line 102494

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

Class Method Details

.fieldObject



10429
10430
10431
# File 'lib/quickfix_fields.rb', line 10429

def ConfirmRejReason.field
	return 774
end