Class: Quickfix::ListStatusType

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

Returns a new instance of ListStatusType.



62680
62681
62682
62683
62684
62685
62686
# File 'ext/quickfix/QuickfixRuby.cpp', line 62680

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

Class Method Details

.fieldObject



5216
5217
5218
# File 'lib/quickfix_fields.rb', line 5216

def ListStatusType.field
	return 429
end