Class: Quickfix::CollRespID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CollRespID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollRespID
constructor
A new instance of CollRespID.
Constructor Details
#initialize(data = nil) ⇒ CollRespID
Returns a new instance of CollRespID.
3828 3829 3830 3831 3832 3833 3834 |
# File 'lib/quickfix_fields.rb', line 3828 def initialize(data = nil) if( data == nil ) super(904) else super(904, data) end end |
Class Method Details
.field ⇒ Object
3825 3826 3827 |
# File 'lib/quickfix_fields.rb', line 3825 def CollRespID.field return 904 end |