Class: Quickfix::DueToRelated

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->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) ⇒ DueToRelated

Returns a new instance of DueToRelated.



53258
53259
53260
53261
53262
53263
53264
# File 'ext/quickfix/QuickfixRuby.cpp', line 53258

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

Class Method Details

.fieldObject



4046
4047
4048
# File 'lib/quickfix_fields.rb', line 4046

def DueToRelated.field
	return 329
end