Class: Quickfix::QtyType

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

Returns a new instance of QtyType.



110126
110127
110128
110129
110130
110131
110132
# File 'ext/quickfix/QuickfixRuby.cpp', line 110126

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

Class Method Details

.fieldObject



11430
11431
11432
# File 'lib/quickfix_fields.rb', line 11430

def QtyType.field
	return 854
end