Class: Quickfix::ThrottleMsgType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ThrottleMsgType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThrottleMsgType
constructor
A new instance of ThrottleMsgType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ThrottleMsgType
Returns a new instance of ThrottleMsgType.
22184 22185 22186 22187 22188 22189 22190 |
# File 'lib/quickfix_fields.rb', line 22184 def initialize(data = nil) if( data == nil ) super(1619) else super(1619, data) end end |
Class Method Details
.field ⇒ Object
22181 22182 22183 |
# File 'lib/quickfix_fields.rb', line 22181 def ThrottleMsgType.field return 1619 end |