Class: Quickfix::LastNetworkResponseID

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

Returns a new instance of LastNetworkResponseID.



117966
117967
117968
117969
117970
117971
117972
# File 'ext/quickfix/QuickfixRuby.cpp', line 117966

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

Class Method Details

.fieldObject



12470
12471
12472
# File 'lib/quickfix_fields.rb', line 12470

def LastNetworkResponseID.field
	return 934
end