Class: Quickfix::PosQtyStatus

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

Returns a new instance of PosQtyStatus.



95744
95745
95746
95747
95748
95749
95750
# File 'ext/quickfix/QuickfixRuby.cpp', line 95744

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

Class Method Details

.fieldObject



9545
9546
9547
# File 'lib/quickfix_fields.rb', line 9545

def PosQtyStatus.field
	return 706
end