Class: Quickfix::RefTagID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
562 563 564 |
# File 'lib/quickfix_fields.rb', line 562 def RefTagID.field return 371 end |