Class: Quickfix::UnderlyingRefTickTableID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingRefTickTableID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRefTickTableID
constructor
A new instance of UnderlyingRefTickTableID.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingRefTickTableID
Returns a new instance of UnderlyingRefTickTableID.
26760 26761 26762 26763 26764 26765 26766 |
# File 'lib/quickfix_fields.rb', line 26760 def initialize(data = nil) if( data == nil ) super(2044) else super(2044, data) end end |