Class: Quickfix::ThrottleTimeInterval
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ThrottleTimeInterval
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThrottleTimeInterval
constructor
A new instance of ThrottleTimeInterval.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ThrottleTimeInterval
Returns a new instance of ThrottleTimeInterval.
22145 22146 22147 22148 22149 22150 22151 |
# File 'lib/quickfix_fields.rb', line 22145 def initialize(data = nil) if( data == nil ) super(1614) else super(1614, data) end end |
Class Method Details
.field ⇒ Object
22142 22143 22144 |
# File 'lib/quickfix_fields.rb', line 22142 def ThrottleTimeInterval.field return 1614 end |