Class: Quickfix::NoThrottleMsgType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoThrottleMsgType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoThrottleMsgType
constructor
A new instance of NoThrottleMsgType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoThrottleMsgType
Returns a new instance of NoThrottleMsgType.
22171 22172 22173 22174 22175 22176 22177 |
# File 'lib/quickfix_fields.rb', line 22171 def initialize(data = nil) if( data == nil ) super(1618) else super(1618, data) end end |
Class Method Details
.field ⇒ Object
22168 22169 22170 |
# File 'lib/quickfix_fields.rb', line 22168 def NoThrottleMsgType.field return 1618 end |