Class: Quickfix::DiscretionLimitType

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

Returns a new instance of DiscretionLimitType.



109048
109049
109050
109051
109052
109053
109054
# File 'ext/quickfix/QuickfixRuby.cpp', line 109048

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

Class Method Details

.fieldObject



11287
11288
11289
# File 'lib/quickfix_fields.rb', line 11287

def DiscretionLimitType.field
	return 843
end