Class: Quickfix::RefTickTableID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RefTickTableID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefTickTableID
constructor
A new instance of RefTickTableID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RefTickTableID
Returns a new instance of RefTickTableID.
23367 23368 23369 23370 23371 23372 23373 |
# File 'lib/quickfix_fields.rb', line 23367 def initialize(data = nil) if( data == nil ) super(1787) else super(1787, data) end end |
Class Method Details
.field ⇒ Object
23364 23365 23366 |
# File 'lib/quickfix_fields.rb', line 23364 def RefTickTableID.field return 1787 end |