Class: Quickfix::ThrottleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ThrottleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThrottleType
constructor
A new instance of ThrottleType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ThrottleType
Returns a new instance of ThrottleType.
22119 22120 22121 22122 22123 22124 22125 |
# File 'lib/quickfix_fields.rb', line 22119 def initialize(data = nil) if( data == nil ) super(1612) else super(1612, data) end end |
Class Method Details
.field ⇒ Object
22116 22117 22118 |
# File 'lib/quickfix_fields.rb', line 22116 def ThrottleType.field return 1612 end |