Class: Quickfix::ThrottleTimeUnit
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ThrottleTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThrottleTimeUnit
constructor
A new instance of ThrottleTimeUnit.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ThrottleTimeUnit
Returns a new instance of ThrottleTimeUnit.
22158 22159 22160 22161 22162 22163 22164 |
# File 'lib/quickfix_fields.rb', line 22158 def initialize(data = nil) if( data == nil ) super(1615) else super(1615, data) end end |
Class Method Details
.field ⇒ Object
22155 22156 22157 |
# File 'lib/quickfix_fields.rb', line 22155 def ThrottleTimeUnit.field return 1615 end |