Class: Quickfix::AssignmentUnit

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ AssignmentUnit

Returns a new instance of AssignmentUnit.



99566
99567
99568
99569
99570
99571
99572
# File 'ext/quickfix/QuickfixRuby.cpp', line 99566

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

Class Method Details

.fieldObject



10052
10053
10054
# File 'lib/quickfix_fields.rb', line 10052

def AssignmentUnit.field
	return 745
end