Class: Quickfix::SecurityResponseType

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

Returns a new instance of SecurityResponseType.



52670
52671
52672
52673
52674
52675
52676
# File 'ext/quickfix/QuickfixRuby.cpp', line 52670

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

Class Method Details

.fieldObject



3968
3969
3970
# File 'lib/quickfix_fields.rb', line 3968

def SecurityResponseType.field
	return 323
end