Class: Quickfix::DiscretionMoveType

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

Returns a new instance of DiscretionMoveType.



108852
108853
108854
108855
108856
108857
108858
# File 'ext/quickfix/QuickfixRuby.cpp', line 108852

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

Class Method Details

.fieldObject



11261
11262
11263
# File 'lib/quickfix_fields.rb', line 11261

def DiscretionMoveType.field
	return 841
end