Class: Quickfix::NetworkStatusResponseType

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

Returns a new instance of NetworkStatusResponseType.



118260
118261
118262
118263
118264
118265
118266
# File 'ext/quickfix/QuickfixRuby.cpp', line 118260

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

Class Method Details

.fieldObject



12509
12510
12511
# File 'lib/quickfix_fields.rb', line 12509

def NetworkStatusResponseType.field
	return 937
end