Class: Quickfix::RespondentType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RespondentType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RespondentType
constructor
A new instance of RespondentType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RespondentType
Returns a new instance of RespondentType.
15632 15633 15634 15635 15636 15637 15638 |
# File 'lib/quickfix_fields.rb', line 15632 def initialize(data = nil) if( data == nil ) super(1172) else super(1172, data) end end |
Class Method Details
.field ⇒ Object
15629 15630 15631 |
# File 'lib/quickfix_fields.rb', line 15629 def RespondentType.field return 1172 end |