Class: Quickfix::RespondentType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ RespondentType
Returns a new instance of RespondentType.
6519 6520 6521 6522 6523 6524 6525 |
# File 'lib/quickfix_fields.rb', line 6519 def initialize(data = nil) if( data == nil ) super(1172) else super(1172, data) end end |
Class Method Details
.field ⇒ Object
6516 6517 6518 |
# File 'lib/quickfix_fields.rb', line 6516 def RespondentType.field return 1172 end |