Class: Quickfix::NetworkResponseID

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ NetworkResponseID

Returns a new instance of NetworkResponseID.



117770
117771
117772
117773
117774
117775
117776
# File 'ext/quickfix/QuickfixRuby.cpp', line 117770

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

Class Method Details

.fieldObject



12444
12445
12446
# File 'lib/quickfix_fields.rb', line 12444

def NetworkResponseID.field
	return 932
end