Class: Quickfix::DiscretionScope

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

Returns a new instance of DiscretionScope.



109342
109343
109344
109345
109346
109347
109348
# File 'ext/quickfix/QuickfixRuby.cpp', line 109342

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

Class Method Details

.fieldObject



11326
11327
11328
# File 'lib/quickfix_fields.rb', line 11326

def DiscretionScope.field
	return 846
end