Class: Quickfix::CustOrderCapacity

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

Returns a new instance of CustOrderCapacity.



82330
82331
82332
82333
82334
82335
82336
# File 'ext/quickfix/QuickfixRuby.cpp', line 82330

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

Class Method Details

.fieldObject



7777
7778
7779
# File 'lib/quickfix_fields.rb', line 7777

def CustOrderCapacity.field
	return 582
end