Class: Quickfix::ThresholdAmount

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ ThresholdAmount

Returns a new instance of ThresholdAmount.



108166
108167
108168
108169
108170
108171
108172
# File 'ext/quickfix/QuickfixRuby.cpp', line 108166

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

Class Method Details

.fieldObject



11170
11171
11172
# File 'lib/quickfix_fields.rb', line 11170

def ThresholdAmount.field
	return 834
end