Class: Quickfix::CollRptID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CollRptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollRptID
constructor
A new instance of CollRptID.
Constructor Details
#initialize(data = nil) ⇒ CollRptID
Returns a new instance of CollRptID.
18362 18363 18364 18365 18366 18367 18368 |
# File 'lib/quickfix_fields.rb', line 18362 def initialize(data = nil) if( data == nil ) super(908) else super(908, data) end end |
Class Method Details
.field ⇒ Object
18359 18360 18361 |
# File 'lib/quickfix_fields.rb', line 18359 def CollRptID.field return 908 end |