Class: Quickfix::ThrottleCountIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ThrottleCountIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThrottleCountIndicator
constructor
A new instance of ThrottleCountIndicator.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ThrottleCountIndicator
Returns a new instance of ThrottleCountIndicator.
22210 22211 22212 22213 22214 22215 22216 |
# File 'lib/quickfix_fields.rb', line 22210 def initialize(data = nil) if( data == nil ) super(1686) else super(1686, data) end end |
Class Method Details
.field ⇒ Object
22207 22208 22209 |
# File 'lib/quickfix_fields.rb', line 22207 def ThrottleCountIndicator.field return 1686 end |