Class: Quickfix::UnderlyingRefTickTableID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingRefTickTableID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRefTickTableID
constructor
A new instance of UnderlyingRefTickTableID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ 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 |
Class Method Details
.field ⇒ Object
26757 26758 26759 |
# File 'lib/quickfix_fields.rb', line 26757 def .field return 2044 end |