Class: Quickfix::AssignmentMethod

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ AssignmentMethod

Returns a new instance of AssignmentMethod.



99468
99469
99470
99471
99472
99473
99474
# File 'ext/quickfix/QuickfixRuby.cpp', line 99468

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

Class Method Details

.fieldObject



10039
10040
10041
# File 'lib/quickfix_fields.rb', line 10039

def AssignmentMethod.field
	return 744
end