Class: Quickfix::RefTagID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RefTagID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
17829 17830 17831 17832 17833 17834 17835 |
# File 'lib/quickfix_fields.rb', line 17829 def initialize(data = nil) if( data == nil ) super(371) else super(371, data) end end |
Class Method Details
.field ⇒ Object
17826 17827 17828 |
# File 'lib/quickfix_fields.rb', line 17826 def RefTagID.field return 371 end |