Class: Quickfix::StreamAsgnAckType

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

Returns a new instance of StreamAsgnAckType.



173950
173951
173952
173953
173954
173955
173956
# File 'ext/quickfix/QuickfixRuby.cpp', line 173950

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

Class Method Details

.fieldObject



19828
19829
19830
# File 'lib/quickfix_fields.rb', line 19828

def StreamAsgnAckType.field
	return 1503
end