Class: Quickfix::ThrottleAction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ThrottleAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThrottleAction
constructor
A new instance of ThrottleAction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ThrottleAction
Returns a new instance of ThrottleAction.
22106 22107 22108 22109 22110 22111 22112 |
# File 'lib/quickfix_fields.rb', line 22106 def initialize(data = nil) if( data == nil ) super(1611) else super(1611, data) end end |
Class Method Details
.field ⇒ Object
22103 22104 22105 |
# File 'lib/quickfix_fields.rb', line 22103 def ThrottleAction.field return 1611 end |