Class: Quickfix::ThrottleNoMsgs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ThrottleNoMsgs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThrottleNoMsgs
constructor
A new instance of ThrottleNoMsgs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ThrottleNoMsgs
Returns a new instance of ThrottleNoMsgs.
22132 22133 22134 22135 22136 22137 22138 |
# File 'lib/quickfix_fields.rb', line 22132 def initialize(data = nil) if( data == nil ) super(1613) else super(1613, data) end end |
Class Method Details
.field ⇒ Object
22129 22130 22131 |
# File 'lib/quickfix_fields.rb', line 22129 def ThrottleNoMsgs.field return 1613 end |