Class: Quickfix::ThrottleStatus
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ThrottleStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThrottleStatus
constructor
A new instance of ThrottleStatus.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ThrottleStatus
Returns a new instance of ThrottleStatus.
22080 22081 22082 22083 22084 22085 22086 |
# File 'lib/quickfix_fields.rb', line 22080 def initialize(data = nil) if( data == nil ) super(1609) else super(1609, data) end end |
Class Method Details
.field ⇒ Object
22077 22078 22079 |
# File 'lib/quickfix_fields.rb', line 22077 def ThrottleStatus.field return 1609 end |