Class: Quickfix::ResponseTransportType

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

Returns a new instance of ResponseTransportType.



97606
97607
97608
97609
97610
97611
97612
# File 'ext/quickfix/QuickfixRuby.cpp', line 97606

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

Class Method Details

.fieldObject



9792
9793
9794
# File 'lib/quickfix_fields.rb', line 9792

def ResponseTransportType.field
	return 725
end