Class: Quickfix::NoThrottles
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoThrottles
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoThrottles
constructor
A new instance of NoThrottles.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoThrottles
Returns a new instance of NoThrottles.
22093 22094 22095 22096 22097 22098 22099 |
# File 'lib/quickfix_fields.rb', line 22093 def initialize(data = nil) if( data == nil ) super(1610) else super(1610, data) end end |
Class Method Details
.field ⇒ Object
22090 22091 22092 |
# File 'lib/quickfix_fields.rb', line 22090 def NoThrottles.field return 1610 end |