Class: Quickfix::RefTagID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RefTagID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefTagID
constructor
A new instance of RefTagID.
Constructor Details
#initialize(data = nil) ⇒ RefTagID
Returns a new instance of RefTagID.
565 566 567 568 569 570 571 |
# File 'lib/quickfix_fields.rb', line 565 def initialize(data = nil) if( data == nil ) super(371) else super(371, data) end end |